Html Css Color HEX #13122A Black Russian

📋 copy color: '#13122A'

red 19 ◦ green 18 ◦ blue 42

#13122A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #13122A

Tints of Black Russian #13122A

RGB

 RED value IS 19 (7.81% from 255) = 24.05%

 GREEN value IS 18 (7.42% from 255) = 22.78%

 BLUE value IS 42 (16.8% from 255) = 53.16%

R = 24.05%
G = 22.78%
B = 53.16%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#13122A (or 0x13122A) is known color: Black Russian. HEX triplet: 13, 12 and 2A. RGB value is (19,18,42). Sum of RGB (Red+Green+Blue) = 19+18+42=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #13122A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13122A is #ECEDD5. Grayscale: #141414. Windows color (decimal): -15527382 or 2757139. OLE color: 2757139.

HSL color Cylindrical-coordinate representation of color #13122A: hue angle of 242.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #13122A is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 18 42 -
CMYK 0.55 0.57 0 0.84
HSL 242.5º 0.4% 0.12% -
HSV(B) 242.5º 0.57% 0.16% -
XYZ 0.9 0.74 2.29 -
YUV 21.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 19 18 42 0.55 0.57 0 0.84 242.5 0.4 0.12
Hex 13 12 2A 37 39 0 54 F2 28 C
Octal 23 22 52 67 71 0 124 362 50 14
Binary 10011 10010 101010 110111 111001 0 1010100 11110010 101000 1100

Color Harmonies of #13122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13122A

Black with #13122A

Text Example


Text Example

White with #13122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13122A; }

 p { color: rgb(19,18,42); }

 H1.HeaderClassName
 {
   color: #13122A;
 }
 .AnyTagClassName
 {
   color: #13122A;
 }
</style>

background-color css

<style>
 a { background-color: #13122A; }

 a { background-color: rgb(19,18,42); }

 div.DivClassName
 {
   background-color: #13122A;
 }
 .BgClassName
 {
   background-color: #13122A;
 }
</style>

border-color css

<style>
 span { border-color: #13122A; }

 span { border-color: rgb(19,18,42); }

 td.TdClassName
 {
   border-color: #13122A;
 }
 .TagClassName
 {
   border-color: #13122A;
 }
</style>