#09212B

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

Shades of Black Pearl #09212B

Tints of Black Pearl #09212B

Color information

#09212B (or 0x09212B) is unknown color: approx Black Pearl. HEX triplet: 09, 21 and 2B. RGB value is (9,33,43). Sum of RGB (Red+Green+Blue) = 9+33+43=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #09212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09212B is #F6DED4. Grayscale: #1A1A1A. Windows color (decimal): -16178901 or 2826505. OLE color: 2826505.

HSL color Cylindrical-coordinate representation of color #09212B: hue angle of 197.65º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09212B is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB93343-
CMYK0.790.2300.83
HSL197.65º65.38%10.2%-
HSV(B)197.65º79.07%16.86%-
XYZ1.091.322.48-
YUV26.96137.05115.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.59%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 43 (17.19% from 255) = 50.59%
R=10.59%
G=38.82%
B=50.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal933430.790.2300.83197.6565.3810.2
Hex9212B4F17053c641a
Octal11415311727012330610112
Binary1001100001101011100111110111010100111100011010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09212B; }

 p { color: rgb(9,33,43); }

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

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

 a { background-color: rgb(9,33,43); }

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

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

 span { border-color: rgb(9,33,43); }

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