Html Css Color HEX #12102F Black Russian

📋 copy color: '#12102F'

red 18 ◦ green 16 ◦ blue 47

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

Shades of Black Russian #12102F

Tints of Black Russian #12102F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.75%

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

R = 22.22%
G = 19.75%
B = 58.02%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12102F (or 0x12102F) is known color: Black Russian. HEX triplet: 12, 10 and 2F. RGB value is (18,16,47). Sum of RGB (Red+Green+Blue) = 18+16+47=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #12102F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12102F is #EDEFD0. Grayscale: #141414. Windows color (decimal): -15593425 or 3084306. OLE color: 3084306.

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

Color convert

RGB 18 16 47 -
CMYK 0.62 0.66 0 0.82
HSL 243.87º 0.49% 0.12% -
HSV(B) 243.87º 0.66% 0.18% -
XYZ 0.95 0.7 2.78 -
YUV 20.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 18 16 47 0.62 0.66 0 0.82 243.87 0.49 0.12
Hex 12 10 2F 3E 42 0 52 F4 31 C
Octal 22 20 57 76 102 0 122 364 61 14
Binary 10010 10000 101111 111110 1000010 0 1010010 11110100 110001 1100

Color Harmonies of #12102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12102F

Black with #12102F

Text Example


Text Example

White with #12102F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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