Html Css Color HEX #13122F Black Russian

📋 copy color: '#13122F'

red 19 ◦ green 18 ◦ blue 47

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

Shades of Black Russian #13122F

Tints of Black Russian #13122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 55.95%

R = 22.62%
G = 21.43%
B = 55.95%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#13122F (or 0x13122F) is known color: Black Russian. HEX triplet: 13, 12 and 2F. RGB value is (19,18,47). Sum of RGB (Red+Green+Blue) = 19+18+47=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #13122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13122F is #ECEDD0. Grayscale: #151515. Windows color (decimal): -15527377 or 3084819. OLE color: 3084819.

HSL color Cylindrical-coordinate representation of color #13122F: hue angle of 242.07º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13122F is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 18 47 -
CMYK 0.60 0.62 0 0.82
HSL 242.07º 0.45% 0.13% -
HSV(B) 242.07º 0.62% 0.18% -
XYZ 1 0.78 2.79 -
YUV 21.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 19 18 47 0.60 0.62 0 0.82 242.07 0.45 0.13
Hex 13 12 2F 3C 3E 0 52 F2 2D D
Octal 23 22 57 74 76 0 122 362 55 15
Binary 10011 10010 101111 111100 111110 0 1010010 11110010 101101 1101

Color Harmonies of #13122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13122F

Black with #13122F

Text Example


Text Example

White with #13122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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