Html Css Color HEX #12112C Black Russian

📋 copy color: '#12112C'

red 18 ◦ green 17 ◦ blue 44

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

Shades of Black Russian #12112C

Tints of Black Russian #12112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.52%

 BLUE value IS 44 (17.58% from 255) = 55.7%

R = 22.78%
G = 21.52%
B = 55.7%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#12112C (or 0x12112C) is known color: Black Russian. HEX triplet: 12, 11 and 2C. RGB value is (18,17,44). Sum of RGB (Red+Green+Blue) = 18+17+44=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #12112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12112C is #EDEED3. Grayscale: #141414. Windows color (decimal): -15593172 or 2887954. OLE color: 2887954.

HSL color Cylindrical-coordinate representation of color #12112C: hue angle of 242.22º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #12112C is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 17 44 -
CMYK 0.59 0.61 0 0.83
HSL 242.22º 0.44% 0.12% -
HSV(B) 242.22º 0.61% 0.17% -
XYZ 0.9 0.71 2.47 -
YUV 20.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 18 17 44 0.59 0.61 0 0.83 242.22 0.44 0.12
Hex 12 11 2C 3B 3D 0 53 F2 2C C
Octal 22 21 54 73 75 0 123 362 54 14
Binary 10010 10001 101100 111011 111101 0 1010011 11110010 101100 1100

Color Harmonies of #12112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12112C

Black with #12112C

Text Example


Text Example

White with #12112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12112C; }

 p { color: rgb(18,17,44); }

 H1.HeaderClassName
 {
   color: #12112C;
 }
 .AnyTagClassName
 {
   color: #12112C;
 }
</style>

background-color css

<style>
 a { background-color: #12112C; }

 a { background-color: rgb(18,17,44); }

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

border-color css

<style>
 span { border-color: #12112C; }

 span { border-color: rgb(18,17,44); }

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