Html Css Color HEX #010C22 Black Russian

📋 copy color: '#010C22'

red 1 ◦ green 12 ◦ blue 34

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

Shades of Black Russian #010C22

Tints of Black Russian #010C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 72.34%

R = 2.13%
G = 25.53%
B = 72.34%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#010C22 (or 0x010C22) is known color: Black Russian. HEX triplet: 01, 0C and 22. RGB value is (1,12,34). Sum of RGB (Red+Green+Blue) = 1+12+34=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 34 (13.67% from 255 or 72.34% from 47); Max value from RGB is 34 - color contains mainly: blue. Hex color #010C22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C22 is #FEF3DD. Grayscale: #0B0B0B. Windows color (decimal): -16708574 or 2231297. OLE color: 2231297.

HSL color Cylindrical-coordinate representation of color #010C22: hue angle of 220º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010C22 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 12 34 -
CMYK 0.97 0.65 0 0.87
HSL 220º 0.94% 0.07% -
HSV(B) 220º 0.97% 0.13% -
XYZ 0.43 0.38 1.56 -
YUV 11.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 1 12 34 0.97 0.65 0 0.87 220 0.94 0.07
Hex 1 C 22 61 41 0 57 DC 5E 7
Octal 1 14 42 141 101 0 127 334 136 7
Binary 1 1100 100010 1100001 1000001 0 1010111 11011100 1011110 111

Color Harmonies of #010C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C22

Black with #010C22

Text Example


Text Example

White with #010C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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