#002337

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

Shades of Black Pearl #002337

Tints of Black Pearl #002337

Color information

#002337 (or 0x002337) is unknown color: approx Black Pearl. HEX triplet: 00, 23 and 37. RGB value is (0,35,55). Sum of RGB (Red+Green+Blue) = 0+35+55=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #002337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002337 is #FFDCC8. Grayscale: #1A1A1A. Windows color (decimal): -16768201 or 3613440. OLE color: 3613440.

HSL color Cylindrical-coordinate representation of color #002337: hue angle of 201.82º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002337 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB03555-
CMYK10.3600.78
HSL201.82º100%10.78%-
HSV(B)201.82º100%21.57%-
XYZ1.291.483.83-
YUV26.82143.9108.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 55 (21.88% from 255) = 61.11%
R=0%
G=38.89%
B=61.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0355510.3600.78201.8210010.78
Hex02337642404Eca64b
Octal0436714444011631214413
Binary01000111101111100100100100010011101100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002337; }

 p { color: rgb(0,35,55); }

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

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

 a { background-color: rgb(0,35,55); }

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

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

 span { border-color: rgb(0,35,55); }

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