#002534

Color #002534 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #002534

Tints of Black Pearl #002534

Color information

#002534 (or 0x002534) is unknown color: approx Black Pearl. HEX triplet: 00, 25 and 34. RGB value is (0,37,52). Sum of RGB (Red+Green+Blue) = 0+37+52=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #002534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002534 is #FFDACB. Grayscale: #1B1B1B. Windows color (decimal): -16767692 or 3417344. OLE color: 3417344.

HSL color Cylindrical-coordinate representation of color #002534: hue angle of 197.31º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002534 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB03752-
CMYK10.2900.80
HSL197.31º100%10.2%-
HSV(B)197.31º100%20.39%-
XYZ1.281.573.48-
YUV27.65141.74108.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 52 (20.70% from 255) = 58.43%
R=0%
G=41.57%
B=58.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0375210.2900.80197.3110010.2
Hex02534641D050c564a
Octal0456414435012030514412
Binary0100101110100110010011101010100001100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002534; }

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

 H1.HeaderClassName
 {
   color: #002534;
 }
 .AnyTagClassName
 {
   color: #002534;
 }
</style>
background-color css

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

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

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

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

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

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