Html Css Color HEX #001921 Black Pearl

📋 copy color: '#001921'

red 0 ◦ green 25 ◦ blue 33

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

Shades of Black Pearl #001921

Tints of Black Pearl #001921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 43.1%

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

R = 0%
G = 43.1%
B = 56.9%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001921 (or 0x001921) is known color: Black Pearl. HEX triplet: 00, 19 and 21. RGB value is (0,25,33). Sum of RGB (Red+Green+Blue) = 0+25+33=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #001921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001921 is #FFE6DE. Grayscale: #121212. Windows color (decimal): -16770783 or 2169088. OLE color: 2169088.

HSL color Cylindrical-coordinate representation of color #001921: hue angle of 194.55º 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 #001921 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 25 33 -
CMYK 1 0.24 0 0.87
HSL 194.55º 1% 0.06% -
HSV(B) 194.55º 1% 0.13% -
XYZ 0.62 0.81 1.56 -
YUV 18.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 0 25 33 1 0.24 0 0.87 194.55 1 0.06
Hex 0 19 21 64 18 0 57 C3 64 6
Octal 0 31 41 144 30 0 127 303 144 6
Binary 0 11001 100001 1100100 11000 0 1010111 11000011 1100100 110

Color Harmonies of #001921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001921

Black with #001921

Text Example


Text Example

White with #001921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001921; }

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

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

background-color css

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

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

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

border-color css

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

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

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