#002133

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

Shades of Black Pearl #002133

Tints of Black Pearl #002133

Color information

#002133 (or 0x002133) is unknown color: approx Black Pearl. HEX triplet: 00, 21 and 33. RGB value is (0,33,51). Sum of RGB (Red+Green+Blue) = 0+33+51=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #002133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002133 is #FFDECC. Grayscale: #191919. Windows color (decimal): -16768717 or 3350784. OLE color: 3350784.

HSL color Cylindrical-coordinate representation of color #002133: hue angle of 201.18º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002133 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB03351-
CMYK10.3500.8
HSL201.18º100%10%-
HSV(B)201.18º100%20%-
XYZ1.141.333.33-
YUV25.18142.57110.04-

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) = 39.29%
BLUE value IS 51 (20.31% from 255) = 60.71%
R=0%
G=39.29%
B=60.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal0335110.3500.8201.1810010
Hex021336423050c964a
Octal0416314443012031114412
Binary01000011100111100100100011010100001100100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002133; }

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

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

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

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

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

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

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

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