Html Css Color HEX #010C29 Black Russian

📋 copy color: '#010C29'

red 1 ◦ green 12 ◦ blue 41

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

Shades of Black Russian #010C29

Tints of Black Russian #010C29

RGB

 RED value IS 1 (0.78% from 255) = 1.85%

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

 BLUE value IS 41 (16.41% from 255) = 75.93%

R = 1.85%
G = 22.22%
B = 75.93%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#010C29 (or 0x010C29) is known color: Black Russian. HEX triplet: 01, 0C and 29. RGB value is (1,12,41). Sum of RGB (Red+Green+Blue) = 1+12+41=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 41 (16.41% from 255 or 75.93% from 54); Max value from RGB is 41 - color contains mainly: blue. Hex color #010C29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C29 is #FEF3D6. Grayscale: #0B0B0B. Windows color (decimal): -16708567 or 2690049. OLE color: 2690049.

HSL color Cylindrical-coordinate representation of color #010C29: hue angle of 223.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010C29 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 12 41 -
CMYK 0.98 0.71 0 0.84
HSL 223.5º 0.95% 0.08% -
HSV(B) 223.5º 0.98% 0.16% -
XYZ 0.54 0.43 2.15 -
YUV 12.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 1 12 41 0.98 0.71 0 0.84 223.5 0.95 0.08
Hex 1 C 29 62 47 0 54 E0 5F 8
Octal 1 14 51 142 107 0 124 340 137 10
Binary 1 1100 101001 1100010 1000111 0 1010100 11100000 1011111 1000

Color Harmonies of #010C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C29

Black with #010C29

Text Example


Text Example

White with #010C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010C29; }

 p { color: rgb(1,12,41); }

 H1.HeaderClassName
 {
   color: #010C29;
 }
 .AnyTagClassName
 {
   color: #010C29;
 }
</style>

background-color css

<style>
 a { background-color: #010C29; }

 a { background-color: rgb(1,12,41); }

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

border-color css

<style>
 span { border-color: #010C29; }

 span { border-color: rgb(1,12,41); }

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