#002427

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

Shades of Black Pearl #002427

Tints of Black Pearl #002427

Color information

#002427 (or 0x002427) is unknown color: approx Black Pearl. HEX triplet: 00, 24 and 27. RGB value is (0,36,39). Sum of RGB (Red+Green+Blue) = 0+36+39=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #002427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002427 is #FFDBD8. Grayscale: #191919. Windows color (decimal): -16767961 or 2565120. OLE color: 2565120.

HSL color Cylindrical-coordinate representation of color #002427: hue angle of 184.62º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002427 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB03639-
CMYK10.0800.85
HSL184.62º100%7.65%-
HSV(B)184.62º100%15.29%-
XYZ11.412.14-
YUV25.58135.57109.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 48%
BLUE value IS 39 (15.62% from 255) = 52%
R=0%
G=48%
B=52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0363910.0800.85184.621007.65
Hex02427648055b9648
Octal0444714410012527114410
Binary010010010011111001001000010101011011100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002427; }

 p { color: rgb(0,36,39); }

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

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

 a { background-color: rgb(0,36,39); }

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

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

 span { border-color: rgb(0,36,39); }

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