Html Css Color HEX #12112E Black Russian

📋 copy color: '#12112E'

red 18 ◦ green 17 ◦ blue 46

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

Shades of Black Russian #12112E

Tints of Black Russian #12112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 56.79%

R = 22.22%
G = 20.99%
B = 56.79%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12112E (or 0x12112E) is known color: Black Russian. HEX triplet: 12, 11 and 2E. RGB value is (18,17,46). Sum of RGB (Red+Green+Blue) = 18+17+46=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #12112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12112E is #EDEED1. Grayscale: #141414. Windows color (decimal): -15593170 or 3019026. OLE color: 3019026.

HSL color Cylindrical-coordinate representation of color #12112E: hue angle of 242.07º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #12112E is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 17 46 -
CMYK 0.61 0.63 0 0.82
HSL 242.07º 0.46% 0.12% -
HSV(B) 242.07º 0.63% 0.18% -
XYZ 0.94 0.73 2.68 -
YUV 20.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 18 17 46 0.61 0.63 0 0.82 242.07 0.46 0.12
Hex 12 11 2E 3D 3F 0 52 F2 2E C
Octal 22 21 56 75 77 0 122 362 56 14
Binary 10010 10001 101110 111101 111111 0 1010010 11110010 101110 1100

Color Harmonies of #12112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12112E

Black with #12112E

Text Example


Text Example

White with #12112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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