#002127

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

Shades of Black Pearl #002127

Tints of Black Pearl #002127

Color information

#002127 (or 0x002127) is unknown color: approx Black Pearl. HEX triplet: 00, 21 and 27. RGB value is (0,33,39). Sum of RGB (Red+Green+Blue) = 0+33+39=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #002127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002127 is #FFDED8. Grayscale: #171717. Windows color (decimal): -16768729 or 2564352. OLE color: 2564352.

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

Color convert

RGB03339-
CMYK10.1500.85
HSL189.23º100%7.65%-
HSV(B)189.23º100%15.29%-
XYZ0.911.232.11-
YUV23.82136.57111.01-

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) = 45.83%
BLUE value IS 39 (15.62% from 255) = 54.17%
R=0%
G=45.83%
B=54.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0333910.1500.85189.231007.65
Hex0212764F055bd648
Octal0414714417012527514410
Binary010000110011111001001111010101011011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002127; }

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

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

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

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

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

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

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

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