Html Css Color HEX #01022C Black Russian

📋 copy color: '#01022C'

red 1 ◦ green 2 ◦ blue 44

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

Shades of Black Russian #01022C

Tints of Black Russian #01022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.26%

 BLUE value IS 44 (17.58% from 255) = 93.62%

R = 2.13%
G = 4.26%
B = 93.62%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#01022C (or 0x01022C) is known color: Black Russian. HEX triplet: 01, 02 and 2C. RGB value is (1,2,44). Sum of RGB (Red+Green+Blue) = 1+2+44=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 44 (17.58% from 255 or 93.62% from 47); Max value from RGB is 44 - color contains mainly: blue. Hex color #01022C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01022C is #FEFDD3. Grayscale: #060606. Windows color (decimal): -16711124 or 2884097. OLE color: 2884097.

HSL color Cylindrical-coordinate representation of color #01022C: hue angle of 238.6º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01022C is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 1 2 44 -
CMYK 0.98 0.95 0 0.83
HSL 238.6º 0.96% 0.09% -
HSV(B) 238.6º 0.98% 0.17% -
XYZ 0.49 0.23 2.4 -
YUV 6.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 1 2 44 0.98 0.95 0 0.83 238.6 0.96 0.09
Hex 1 2 2C 62 5F 0 53 EF 60 9
Octal 1 2 54 142 137 0 123 357 140 11
Binary 1 10 101100 1100010 1011111 0 1010011 11101111 1100000 1001

Color Harmonies of #01022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01022C

Black with #01022C

Text Example


Text Example

White with #01022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01022C; }

 p { color: rgb(1,2,44); }

 H1.HeaderClassName
 {
   color: #01022C;
 }
 .AnyTagClassName
 {
   color: #01022C;
 }
</style>

background-color css

<style>
 a { background-color: #01022C; }

 a { background-color: rgb(1,2,44); }

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

border-color css

<style>
 span { border-color: #01022C; }

 span { border-color: rgb(1,2,44); }

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