Html Css Color HEX #0C101A Black Russian

📋 copy color: '#0C101A'

red 12 ◦ green 16 ◦ blue 26

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

Shades of Black Russian #0C101A

Tints of Black Russian #0C101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 48.15%

R = 22.22%
G = 29.63%
B = 48.15%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0C101A (or 0x0C101A) is known color: Black Russian. HEX triplet: 0C, 10 and 1A. RGB value is (12,16,26). Sum of RGB (Red+Green+Blue) = 12+16+26=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C101A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C101A is #F3EFE5. Grayscale: #0F0F0F. Windows color (decimal): -15986662 or 1708044. OLE color: 1708044.

HSL color Cylindrical-coordinate representation of color #0C101A: hue angle of 222.86º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0C101A is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 16 26 -
CMYK 0.54 0.38 0 0.90
HSL 222.86º 0.37% 0.07% -
HSV(B) 222.86º 0.54% 0.1% -
XYZ 0.52 0.52 1.05 -
YUV 15.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 12 16 26 0.54 0.38 0 0.90 222.86 0.37 0.07
Hex C 10 1A 36 26 0 5A DF 25 7
Octal 14 20 32 66 46 0 132 337 45 7
Binary 1100 10000 11010 110110 100110 0 1011010 11011111 100101 111

Color Harmonies of #0C101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C101A

Black with #0C101A

Text Example


Text Example

White with #0C101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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