Html Css Color HEX #002027 Black Pearl

📋 copy color: '#002027'

red 0 ◦ green 32 ◦ blue 39

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

Shades of Black Pearl #002027

Tints of Black Pearl #002027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 45.07%

 BLUE value IS 39 (15.63% from 255) = 54.93%

R = 0%
G = 45.07%
B = 54.93%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#002027 (or 0x002027) is known color: Black Pearl. HEX triplet: 00, 20 and 27. RGB value is (0,32,39). Sum of RGB (Red+Green+Blue) = 0+32+39=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #002027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002027 is #FFDFD8. Grayscale: #171717. Windows color (decimal): -16768985 or 2564096. OLE color: 2564096.

HSL color Cylindrical-coordinate representation of color #002027: hue angle of 190.77º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002027 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 32 39 -
CMYK 1 0.18 0 0.85
HSL 190.77º 1% 0.08% -
HSV(B) 190.77º 1% 0.15% -
XYZ 0.88 1.18 2.1 -
YUV 23.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 0 32 39 1 0.18 0 0.85 190.77 1 0.08
Hex 0 20 27 64 12 0 55 BF 64 8
Octal 0 40 47 144 22 0 125 277 144 10
Binary 0 100000 100111 1100100 10010 0 1010101 10111111 1100100 1000

Color Harmonies of #002027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002027

Black with #002027

Text Example


Text Example

White with #002027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002027; }

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

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

background-color css

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

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

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

border-color css

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

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

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