Html Css Color HEX #0C142B Black Russian

📋 copy color: '#0C142B'

red 12 ◦ green 20 ◦ blue 43

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

Shades of Black Russian #0C142B

Tints of Black Russian #0C142B

RGB

 RED value IS 12 (5.08% from 255) = 16%

 GREEN value IS 20 (8.2% from 255) = 26.67%

 BLUE value IS 43 (17.19% from 255) = 57.33%

R = 16%
G = 26.67%
B = 57.33%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0C142B (or 0x0C142B) is known color: Black Russian. HEX triplet: 0C, 14 and 2B. RGB value is (12,20,43). Sum of RGB (Red+Green+Blue) = 12+20+43=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 43 (17.19% from 255 or 57.33% from 75); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C142B is #F3EBD4. Grayscale: #141414. Windows color (decimal): -15985621 or 2823180. OLE color: 2823180.

HSL color Cylindrical-coordinate representation of color #0C142B: hue angle of 224.52º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C142B is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 12 20 43 -
CMYK 0.72 0.53 0 0.83
HSL 224.52º 0.56% 0.11% -
HSV(B) 224.52º 0.72% 0.17% -
XYZ 0.84 0.75 2.39 -
YUV 20.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 12 20 43 0.72 0.53 0 0.83 224.52 0.56 0.11
Hex C 14 2B 48 35 0 53 E1 38 B
Octal 14 24 53 110 65 0 123 341 70 13
Binary 1100 10100 101011 1001000 110101 0 1010011 11100001 111000 1011

Color Harmonies of #0C142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C142B

Black with #0C142B

Text Example


Text Example

White with #0C142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C142B; }

 p { color: rgb(12,20,43); }

 H1.HeaderClassName
 {
   color: #0C142B;
 }
 .AnyTagClassName
 {
   color: #0C142B;
 }
</style>

background-color css

<style>
 a { background-color: #0C142B; }

 a { background-color: rgb(12,20,43); }

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

border-color css

<style>
 span { border-color: #0C142B; }

 span { border-color: rgb(12,20,43); }

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