#002236

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

Shades of Black Pearl #002236

Tints of Black Pearl #002236

Color information

#002236 (or 0x002236) is unknown color: approx Black Pearl. HEX triplet: 00, 22 and 36. RGB value is (0,34,54). Sum of RGB (Red+Green+Blue) = 0+34+54=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #002236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002236 is #FFDDC9. Grayscale: #1A1A1A. Windows color (decimal): -16768458 or 3547648. OLE color: 3547648.

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

Color convert

RGB03454-
CMYK10.3700.79
HSL202.22º100%10.59%-
HSV(B)202.22º100%21.18%-
XYZ1.241.413.7-
YUV26.11143.74109.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 54 (21.48% from 255) = 61.36%
R=0%
G=38.64%
B=61.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0345410.3700.79202.2210010.59
Hex02236642504Fca64b
Octal0426614445011731214413
Binary01000101101101100100100101010011111100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002236; }

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

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

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

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

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

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

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

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