Html Css Color HEX #0C101F Black Russian

📋 copy color: '#0C101F'

red 12 ◦ green 16 ◦ blue 31

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

Shades of Black Russian #0C101F

Tints of Black Russian #0C101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.12%

 BLUE value IS 31 (12.5% from 255) = 52.54%

R = 20.34%
G = 27.12%
B = 52.54%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0C101F (or 0x0C101F) is known color: Black Russian. HEX triplet: 0C, 10 and 1F. RGB value is (12,16,31). Sum of RGB (Red+Green+Blue) = 12+16+31=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #0C101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C101F is #F3EFE0. Grayscale: #101010. Windows color (decimal): -15986657 or 2035724. OLE color: 2035724.

HSL color Cylindrical-coordinate representation of color #0C101F: hue angle of 227.37º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0C101F is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 16 31 -
CMYK 0.61 0.48 0 0.88
HSL 227.37º 0.44% 0.08% -
HSV(B) 227.37º 0.61% 0.12% -
XYZ 0.58 0.55 1.37 -
YUV 16.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 12 16 31 0.61 0.48 0 0.88 227.37 0.44 0.08
Hex C 10 1F 3D 30 0 58 E3 2C 8
Octal 14 20 37 75 60 0 130 343 54 10
Binary 1100 10000 11111 111101 110000 0 1011000 11100011 101100 1000

Color Harmonies of #0C101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C101F

Black with #0C101F

Text Example


Text Example

White with #0C101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,16,31); }

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

background-color css

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

 a { background-color: rgb(12,16,31); }

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

border-color css

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

 span { border-color: rgb(12,16,31); }

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