Html Css Color HEX #001820 Black Pearl

📋 copy color: '#001820'

red 0 ◦ green 24 ◦ blue 32

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

Shades of Black Pearl #001820

Tints of Black Pearl #001820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 42.86%

 BLUE value IS 32 (12.89% from 255) = 57.14%

R = 0%
G = 42.86%
B = 57.14%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001820 (or 0x001820) is known color: Black Pearl. HEX triplet: 00, 18 and 20. RGB value is (0,24,32). Sum of RGB (Red+Green+Blue) = 0+24+32=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #001820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001820 is #FFE7DF. Grayscale: #111111. Windows color (decimal): -16771040 or 2103296. OLE color: 2103296.

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

Color convert

RGB 0 24 32 -
CMYK 1 0.25 0 0.87
HSL 195º 1% 0.06% -
HSV(B) 195º 1% 0.13% -
XYZ 0.59 0.76 1.48 -
YUV 17.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 0 24 32 1 0.25 0 0.87 195 1 0.06
Hex 0 18 20 64 19 0 57 C3 64 6
Octal 0 30 40 144 31 0 127 303 144 6
Binary 0 11000 100000 1100100 11001 0 1010111 11000011 1100100 110

Color Harmonies of #001820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001820

Black with #001820

Text Example


Text Example

White with #001820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001820; }

 p { color: rgb(0,24,32); }

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

background-color css

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

 a { background-color: rgb(0,24,32); }

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

border-color css

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

 span { border-color: rgb(0,24,32); }

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