#002638

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

Shades of Black Pearl #002638

Tints of Black Pearl #002638

Color information

#002638 (or 0x002638) is unknown color: approx Black Pearl. HEX triplet: 00, 26 and 38. RGB value is (0,38,56). Sum of RGB (Red+Green+Blue) = 0+38+56=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #002638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002638 is #FFD9C7. Grayscale: #1C1C1C. Windows color (decimal): -16767432 or 3679744. OLE color: 3679744.

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

Color convert

RGB03856-
CMYK10.3200.78
HSL199.29º100%10.98%-
HSV(B)199.29º100%21.96%-
XYZ1.411.673.99-
YUV28.69143.41107.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 56 (22.27% from 255) = 59.57%
R=0%
G=40.43%
B=59.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0385610.3200.78199.2910010.98
Hex02638642004Ec764b
Octal0467014440011630714413
Binary01001101110001100100100000010011101100011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002638; }

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

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

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

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

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

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

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

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