Html Css Color HEX #12132F Black Russian

📋 copy color: '#12132F'

red 18 ◦ green 19 ◦ blue 47

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

Shades of Black Russian #12132F

Tints of Black Russian #12132F

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12132F (or 0x12132F) is known color: Black Russian. HEX triplet: 12, 13 and 2F. RGB value is (18,19,47). Sum of RGB (Red+Green+Blue) = 18+19+47=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 19 (7.81% from 255 or 22.62% 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 #12132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12132F is #EDECD0. Grayscale: #151515. Windows color (decimal): -15592657 or 3085074. OLE color: 3085074.

HSL color Cylindrical-coordinate representation of color #12132F: hue angle of 237.93º 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 #12132F is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 19 47 -
CMYK 0.62 0.60 0 0.82
HSL 237.93º 0.45% 0.13% -
HSV(B) 237.93º 0.62% 0.18% -
XYZ 1 0.8 2.79 -
YUV 21.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 18 19 47 0.62 0.60 0 0.82 237.93 0.45 0.13
Hex 12 13 2F 3E 3C 0 52 EE 2D D
Octal 22 23 57 76 74 0 122 356 55 15
Binary 10010 10011 101111 111110 111100 0 1010010 11101110 101101 1101

Color Harmonies of #12132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12132F

Black with #12132F

Text Example


Text Example

White with #12132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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