#002336

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

Shades of Black Pearl #002336

Tints of Black Pearl #002336

Color information

#002336 (or 0x002336) is unknown color: approx Black Pearl. HEX triplet: 00, 23 and 36. RGB value is (0,35,54). Sum of RGB (Red+Green+Blue) = 0+35+54=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 54 (21.48% from 255 or 60.67% from 89); Max value from RGB is 54 - color contains mainly: blue. Hex color #002336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002336 is #FFDCC9. Grayscale: #1A1A1A. Windows color (decimal): -16768202 or 3547904. OLE color: 3547904.

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

Color convert

RGB03554-
CMYK10.3500.79
HSL201.11º100%10.59%-
HSV(B)201.11º100%21.18%-
XYZ1.271.473.71-
YUV26.7143.4108.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 39.33%
BLUE value IS 54 (21.48% from 255) = 60.67%
R=0%
G=39.33%
B=60.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0355410.3500.79201.1110010.59
Hex02336642304Fc964b
Octal0436614443011731114413
Binary01000111101101100100100011010011111100100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002336; }

 p { color: rgb(0,35,54); }

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

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

 a { background-color: rgb(0,35,54); }

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

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

 span { border-color: rgb(0,35,54); }

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