#002138

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

Shades of Black Pearl #002138

Tints of Black Pearl #002138

Color information

#002138 (or 0x002138) is unknown color: approx Black Pearl. HEX triplet: 00, 21 and 38. RGB value is (0,33,56). Sum of RGB (Red+Green+Blue) = 0+33+56=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #002138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002138 is #FFDEC7. Grayscale: #191919. Windows color (decimal): -16768712 or 3678464. OLE color: 3678464.

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

Color convert

RGB03356-
CMYK10.4100.78
HSL204.64º100%10.98%-
HSV(B)204.64º100%21.96%-
XYZ1.261.373.94-
YUV25.76145.07109.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 56 (22.27% from 255) = 62.92%
R=0%
G=37.08%
B=62.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0335610.4100.78204.6410010.98
Hex02138642904Ecd64b
Octal0417014451011631514413
Binary01000011110001100100101001010011101100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002138; }

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

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

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

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

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

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

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

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