#002438

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

Shades of Black Pearl #002438

Tints of Black Pearl #002438

Color information

#002438 (or 0x002438) is unknown color: approx Black Pearl. HEX triplet: 00, 24 and 38. RGB value is (0,36,56). Sum of RGB (Red+Green+Blue) = 0+36+56=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #002438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002438 is #FFDBC7. Grayscale: #1B1B1B. Windows color (decimal): -16767944 or 3679232. OLE color: 3679232.

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

Color convert

RGB03656-
CMYK10.3600.78
HSL201.43º100%10.98%-
HSV(B)201.43º100%21.96%-
XYZ1.341.553.97-
YUV27.52144.07108.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 56 (22.27% from 255) = 60.87%
R=0%
G=39.13%
B=60.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0365610.3600.78201.4310010.98
Hex02438642404Ec964b
Octal0447014444011631114413
Binary01001001110001100100100100010011101100100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002438; }

 p { color: rgb(0,36,56); }

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

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

 a { background-color: rgb(0,36,56); }

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

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

 span { border-color: rgb(0,36,56); }

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