Html Css Color HEX #002028 Black Pearl

📋 copy color: '#002028'

red 0 ◦ green 32 ◦ blue 40

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

Shades of Black Pearl #002028

Tints of Black Pearl #002028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 55.56%

R = 0%
G = 44.44%
B = 55.56%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#002028 (or 0x002028) is known color: Black Pearl. HEX triplet: 00, 20 and 28. RGB value is (0,32,40). Sum of RGB (Red+Green+Blue) = 0+32+40=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #002028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002028 is #FFDFD7. Grayscale: #171717. Windows color (decimal): -16768984 or 2629632. OLE color: 2629632.

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

Color convert

RGB 0 32 40 -
CMYK 1 0.20 0 0.84
HSL 192º 1% 0.08% -
HSV(B) 192º 1% 0.16% -
XYZ 0.9 1.19 2.19 -
YUV 23.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 0 32 40 1 0.20 0 0.84 192 1 0.08
Hex 0 20 28 64 14 0 54 C0 64 8
Octal 0 40 50 144 24 0 124 300 144 10
Binary 0 100000 101000 1100100 10100 0 1010100 11000000 1100100 1000

Color Harmonies of #002028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002028

Black with #002028

Text Example


Text Example

White with #002028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002028; }

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

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

background-color css

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

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

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

border-color css

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

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

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