Html Css Color HEX #000121 Black Russian

📋 copy color: '#000121'

red 0 ◦ green 1 ◦ blue 33

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

Shades of Black Russian #000121

Tints of Black Russian #000121

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 1 (0.78% from 255) = 2.94%

 BLUE value IS 33 (13.28% from 255) = 97.06%

R = 0%
G = 2.94%
B = 97.06%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000121 (or 0x000121) is known color: Black Russian. HEX triplet: 00, 01 and 21. RGB value is (0,1,33). Sum of RGB (Red+Green+Blue) = 0+1+33=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 33 (13.28% from 255 or 97.06% from 34); Max value from RGB is 33 - color contains mainly: blue. Hex color #000121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000121 is #FFFEDE. Grayscale: #040404. Windows color (decimal): -16776927 or 2162944. OLE color: 2162944.

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

Color convert

RGB 0 1 33 -
CMYK 1 0.97 0 0.87
HSL 238.18º 1% 0.06% -
HSV(B) 238.18º 1% 0.13% -
XYZ 0.29 0.13 1.45 -
YUV 4.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 0 1 33 1 0.97 0 0.87 238.18 1 0.06
Hex 0 1 21 64 61 0 57 EE 64 6
Octal 0 1 41 144 141 0 127 356 144 6
Binary 0 1 100001 1100100 1100001 0 1010111 11101110 1100100 110

Color Harmonies of #000121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000121

Black with #000121

Text Example


Text Example

White with #000121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000121; }

 p { color: rgb(0,1,33); }

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

background-color css

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

 a { background-color: rgb(0,1,33); }

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

border-color css

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

 span { border-color: rgb(0,1,33); }

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