Html Css Color HEX #12112F Black Russian

📋 copy color: '#12112F'

red 18 ◦ green 17 ◦ blue 47

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

Shades of Black Russian #12112F

Tints of Black Russian #12112F

RGB

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

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

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

R = 21.95%
G = 20.73%
B = 57.32%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12112F (or 0x12112F) is known color: Black Russian. HEX triplet: 12, 11 and 2F. RGB value is (18,17,47). Sum of RGB (Red+Green+Blue) = 18+17+47=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #12112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12112F is #EDEED0. Grayscale: #141414. Windows color (decimal): -15593169 or 3084562. OLE color: 3084562.

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

Color convert

RGB 18 17 47 -
CMYK 0.62 0.64 0 0.82
HSL 242º 0.47% 0.13% -
HSV(B) 242º 0.64% 0.18% -
XYZ 0.96 0.73 2.78 -
YUV 20.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 18 17 47 0.62 0.64 0 0.82 242 0.47 0.13
Hex 12 11 2F 3E 40 0 52 F2 2F D
Octal 22 21 57 76 100 0 122 362 57 15
Binary 10010 10001 101111 111110 1000000 0 1010010 11110010 101111 1101

Color Harmonies of #12112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12112F

Black with #12112F

Text Example


Text Example

White with #12112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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