Html Css Color HEX #0C0827 Black Russian

📋 copy color: '#0C0827'

red 12 ◦ green 8 ◦ blue 39

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

Shades of Black Russian #0C0827

Tints of Black Russian #0C0827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.56%

 BLUE value IS 39 (15.63% from 255) = 66.1%

R = 20.34%
G = 13.56%
B = 66.1%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0C0827 (or 0x0C0827) is known color: Black Russian. HEX triplet: 0C, 08 and 27. RGB value is (12,8,39). Sum of RGB (Red+Green+Blue) = 12+8+39=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C0827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0827 is #F3F7D8. Grayscale: #0C0C0C. Windows color (decimal): -15988697 or 2557964. OLE color: 2557964.

HSL color Cylindrical-coordinate representation of color #0C0827: hue angle of 247.74º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C0827 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 12 8 39 -
CMYK 0.69 0.79 0 0.85
HSL 247.74º 0.66% 0.09% -
HSV(B) 247.74º 0.79% 0.15% -
XYZ 0.6 0.4 1.96 -
YUV 12.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 12 8 39 0.69 0.79 0 0.85 247.74 0.66 0.09
Hex C 8 27 45 4F 0 55 F8 42 9
Octal 14 10 47 105 117 0 125 370 102 11
Binary 1100 1000 100111 1000101 1001111 0 1010101 11111000 1000010 1001

Color Harmonies of #0C0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0827

Black with #0C0827

Text Example


Text Example

White with #0C0827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,8,39); }

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

background-color css

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

 a { background-color: rgb(12,8,39); }

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

border-color css

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

 span { border-color: rgb(12,8,39); }

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