Html Css Color HEX #002528 Black Pearl

📋 copy color: '#002528'

red 0 ◦ green 37 ◦ blue 40

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

Shades of Black Pearl #002528

Tints of Black Pearl #002528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 48.05%

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

R = 0%
G = 48.05%
B = 51.95%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#002528 (or 0x002528) is known color: Black Pearl. HEX triplet: 00, 25 and 28. RGB value is (0,37,40). Sum of RGB (Red+Green+Blue) = 0+37+40=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #002528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002528 is #FFDAD7. Grayscale: #1A1A1A. Windows color (decimal): -16767704 or 2630912. OLE color: 2630912.

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

Color convert

RGB 0 37 40 -
CMYK 1 0.07 0 0.84
HSL 184.5º 1% 0.08% -
HSV(B) 184.5º 1% 0.16% -
XYZ 1.04 1.48 2.24 -
YUV 26.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 0 37 40 1 0.07 0 0.84 184.5 1 0.08
Hex 0 25 28 64 7 0 54 B8 64 8
Octal 0 45 50 144 7 0 124 270 144 10
Binary 0 100101 101000 1100100 111 0 1010100 10111000 1100100 1000

Color Harmonies of #002528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002528

Black with #002528

Text Example


Text Example

White with #002528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002528; }

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

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

background-color css

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

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

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

border-color css

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

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

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