Html Css Color HEX #002026 Black Pearl

📋 copy color: '#002026'

red 0 ◦ green 32 ◦ blue 38

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

Shades of Black Pearl #002026

Tints of Black Pearl #002026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 54.29%

R = 0%
G = 45.71%
B = 54.29%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#002026 (or 0x002026) is known color: Black Pearl. HEX triplet: 00, 20 and 26. RGB value is (0,32,38). Sum of RGB (Red+Green+Blue) = 0+32+38=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 38 (15.23% from 255 or 54.29% from 70); Max value from RGB is 38 - color contains mainly: blue. Hex color #002026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002026 is #FFDFD9. Grayscale: #171717. Windows color (decimal): -16768986 or 2498560. OLE color: 2498560.

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

Color convert

RGB 0 32 38 -
CMYK 1 0.16 0 0.85
HSL 189.47º 1% 0.07% -
HSV(B) 189.47º 1% 0.15% -
XYZ 0.87 1.17 2.01 -
YUV 23.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 0 32 38 1 0.16 0 0.85 189.47 1 0.07
Hex 0 20 26 64 10 0 55 BD 64 7
Octal 0 40 46 144 20 0 125 275 144 7
Binary 0 100000 100110 1100100 10000 0 1010101 10111101 1100100 111

Color Harmonies of #002026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002026

Black with #002026

Text Example


Text Example

White with #002026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002026; }

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

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

background-color css

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

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

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

border-color css

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

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

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