Html Css Color HEX #000C28 Black Russian

📋 copy color: '#000C28'

red 0 ◦ green 12 ◦ blue 40

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

Shades of Black Russian #000C28

Tints of Black Russian #000C28

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 12 (5.08% from 255) = 23.08%

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

R = 0%
G = 23.08%
B = 76.92%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#000C28 (or 0x000C28) is known color: Black Russian. HEX triplet: 00, 0C and 28. RGB value is (0,12,40). Sum of RGB (Red+Green+Blue) = 0+12+40=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 40 (16.02% from 255 or 76.92% from 52); Max value from RGB is 40 - color contains mainly: blue. Hex color #000C28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C28 is #FFF3D7. Grayscale: #0B0B0B. Windows color (decimal): -16774104 or 2624512. OLE color: 2624512.

HSL color Cylindrical-coordinate representation of color #000C28: hue angle of 222º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C28 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 12 40 -
CMYK 1 0.70 0 0.84
HSL 222º 1% 0.08% -
HSV(B) 222º 1% 0.16% -
XYZ 0.51 0.42 2.06 -
YUV 11.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 0 12 40 1 0.70 0 0.84 222 1 0.08
Hex 0 C 28 64 46 0 54 DE 64 8
Octal 0 14 50 144 106 0 124 336 144 10
Binary 0 1100 101000 1100100 1000110 0 1010100 11011110 1100100 1000

Color Harmonies of #000C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C28

Black with #000C28

Text Example


Text Example

White with #000C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000C28; }

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

 H1.HeaderClassName
 {
   color: #000C28;
 }
 .AnyTagClassName
 {
   color: #000C28;
 }
</style>

background-color css

<style>
 a { background-color: #000C28; }

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

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

border-color css

<style>
 span { border-color: #000C28; }

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

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