Html Css Color HEX #0C0B28 Black Russian

📋 copy color: '#0C0B28'

red 12 ◦ green 11 ◦ blue 40

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

Shades of Black Russian #0C0B28

Tints of Black Russian #0C0B28

RGB

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

 GREEN value IS 11 (4.69% from 255) = 17.46%

 BLUE value IS 40 (16.02% from 255) = 63.49%

R = 19.05%
G = 17.46%
B = 63.49%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0C0B28 (or 0x0C0B28) is known color: Black Russian. HEX triplet: 0C, 0B and 28. RGB value is (12,11,40). Sum of RGB (Red+Green+Blue) = 12+11+40=63 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.05% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #0C0B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0B28 is #F3F4D7. Grayscale: #0E0E0E. Windows color (decimal): -15987928 or 2624268. OLE color: 2624268.

HSL color Cylindrical-coordinate representation of color #0C0B28: hue angle of 242.07º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C0B28 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 12 11 40 -
CMYK 0.70 0.72 0 0.84
HSL 242.07º 0.57% 0.1% -
HSV(B) 242.07º 0.73% 0.16% -
XYZ 0.65 0.47 2.06 -
YUV 14.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 12 11 40 0.70 0.72 0 0.84 242.07 0.57 0.1
Hex C B 28 46 48 0 54 F2 39 A
Octal 14 13 50 106 110 0 124 362 71 12
Binary 1100 1011 101000 1000110 1001000 0 1010100 11110010 111001 1010

Color Harmonies of #0C0B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0B28

Black with #0C0B28

Text Example


Text Example

White with #0C0B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,11,40); }

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

background-color css

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

 a { background-color: rgb(12,11,40); }

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

border-color css

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

 span { border-color: rgb(12,11,40); }

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