Html Css Color HEX #0C1426 Black Russian

📋 copy color: '#0C1426'

red 12 ◦ green 20 ◦ blue 38

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

Shades of Black Russian #0C1426

Tints of Black Russian #0C1426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 54.29%

R = 17.14%
G = 28.57%
B = 54.29%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0C1426 (or 0x0C1426) is known color: Black Russian. HEX triplet: 0C, 14 and 26. RGB value is (12,20,38). Sum of RGB (Red+Green+Blue) = 12+20+38=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 38 (15.23% from 255 or 54.29% from 70); Max value from RGB is 38 - color contains mainly: blue. Hex color #0C1426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1426 is #F3EBD9. Grayscale: #131313. Windows color (decimal): -15985626 or 2495500. OLE color: 2495500.

HSL color Cylindrical-coordinate representation of color #0C1426: hue angle of 221.54º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C1426 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 12 20 38 -
CMYK 0.68 0.47 0 0.85
HSL 221.54º 0.52% 0.1% -
HSV(B) 221.54º 0.68% 0.15% -
XYZ 0.75 0.72 1.93 -
YUV 19.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 12 20 38 0.68 0.47 0 0.85 221.54 0.52 0.1
Hex C 14 26 44 2F 0 55 DE 34 A
Octal 14 24 46 104 57 0 125 336 64 12
Binary 1100 10100 100110 1000100 101111 0 1010101 11011110 110100 1010

Color Harmonies of #0C1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1426

Black with #0C1426

Text Example


Text Example

White with #0C1426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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