Html Css Color HEX #0C071E Black Russian

📋 copy color: '#0C071E'

red 12 ◦ green 7 ◦ blue 30

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

Shades of Black Russian #0C071E

Tints of Black Russian #0C071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.29%

 BLUE value IS 30 (12.11% from 255) = 61.22%

R = 24.49%
G = 14.29%
B = 61.22%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0C071E (or 0x0C071E) is known color: Black Russian. HEX triplet: 0C, 07 and 1E. RGB value is (12,7,30). Sum of RGB (Red+Green+Blue) = 12+7+30=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C071E is #F3F8E1. Grayscale: #0B0B0B. Windows color (decimal): -15988962 or 1967884. OLE color: 1967884.

HSL color Cylindrical-coordinate representation of color #0C071E: hue angle of 253.04º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C071E is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 7 30 -
CMYK 0.60 0.77 0 0.88
HSL 253.04º 0.62% 0.07% -
HSV(B) 253.04º 0.77% 0.12% -
XYZ 0.46 0.32 1.27 -
YUV 11.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 12 7 30 0.60 0.77 0 0.88 253.04 0.62 0.07
Hex C 7 1E 3C 4D 0 58 FD 3E 7
Octal 14 7 36 74 115 0 130 375 76 7
Binary 1100 111 11110 111100 1001101 0 1011000 11111101 111110 111

Color Harmonies of #0C071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C071E

Black with #0C071E

Text Example


Text Example

White with #0C071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,7,30); }

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

background-color css

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

 a { background-color: rgb(12,7,30); }

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

border-color css

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

 span { border-color: rgb(12,7,30); }

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