#002038

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

Shades of Black Pearl #002038

Tints of Black Pearl #002038

Color information

#002038 (or 0x002038) is unknown color: approx Black Pearl. HEX triplet: 00, 20 and 38. RGB value is (0,32,56). Sum of RGB (Red+Green+Blue) = 0+32+56=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #002038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002038 is #FFDFC7. Grayscale: #191919. Windows color (decimal): -16768968 or 3678208. OLE color: 3678208.

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

Color convert

RGB03256-
CMYK10.4300.78
HSL205.71º100%10.98%-
HSV(B)205.71º100%21.96%-
XYZ1.231.323.93-
YUV25.17145.4110.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 56 (22.27% from 255) = 63.64%
R=0%
G=36.36%
B=63.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0325610.4300.78205.7110010.98
Hex02038642B04Ece64b
Octal0407014453011631614413
Binary01000001110001100100101011010011101100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002038; }

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

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

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

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

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

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

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

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