#09232D

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

Shades of Black Pearl #09232D

Tints of Black Pearl #09232D

Color information

#09232D (or 0x09232D) is unknown color: approx Black Pearl. HEX triplet: 09, 23 and 2D. RGB value is (9,35,45). Sum of RGB (Red+Green+Blue) = 9+35+45=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #09232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09232D is #F6DCD2. Grayscale: #1C1C1C. Windows color (decimal): -16178387 or 2958089. OLE color: 2958089.

HSL color Cylindrical-coordinate representation of color #09232D: hue angle of 196.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09232D is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB93545-
CMYK0.80.2200.82
HSL196.67º66.67%10.59%-
HSV(B)196.67º80%17.65%-
XYZ1.191.452.7-
YUV28.37137.39114.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.11%
GREEN value IS 35 (14.06% from 255) = 39.33%
BLUE value IS 45 (17.97% from 255) = 50.56%
R=10.11%
G=39.33%
B=50.56%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal935450.80.2200.82196.6766.6710.59
Hex9232D5016052c543b
Octal11435512026012230510313
Binary1001100011101101101000010110010100101100010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09232D; }

 p { color: rgb(9,35,45); }

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

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

 a { background-color: rgb(9,35,45); }

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

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

 span { border-color: rgb(9,35,45); }

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