Html Css Color HEX #010218 Black Russian

📋 copy color: '#010218'

red 1 ◦ green 2 ◦ blue 24

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

Shades of Black Russian #010218

Tints of Black Russian #010218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 88.89%

R = 3.7%
G = 7.41%
B = 88.89%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010218 (or 0x010218) is known color: Black Russian. HEX triplet: 01, 02 and 18. RGB value is (1,2,24). Sum of RGB (Red+Green+Blue) = 1+2+24=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 24 (9.77% from 255 or 88.89% from 27); Max value from RGB is 24 - color contains mainly: blue. Hex color #010218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010218 is #FEFDE7. Grayscale: #040404. Windows color (decimal): -16711144 or 1573377. OLE color: 1573377.

HSL color Cylindrical-coordinate representation of color #010218: hue angle of 237.39º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010218 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 2 24 -
CMYK 0.96 0.92 0 0.91
HSL 237.39º 0.92% 0.05% -
HSV(B) 237.39º 0.96% 0.09% -
XYZ 0.2 0.12 0.88 -
YUV 4.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 1 2 24 0.96 0.92 0 0.91 237.39 0.92 0.05
Hex 1 2 18 60 5C 0 5B ED 5C 5
Octal 1 2 30 140 134 0 133 355 134 5
Binary 1 10 11000 1100000 1011100 0 1011011 11101101 1011100 101

Color Harmonies of #010218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010218

Black with #010218

Text Example


Text Example

White with #010218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010218; }

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

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

background-color css

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

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

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

border-color css

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

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

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