#09232E

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

Shades of Black Pearl #09232E

Tints of Black Pearl #09232E

Color information

#09232E (or 0x09232E) is unknown color: approx Black Pearl. HEX triplet: 09, 23 and 2E. RGB value is (9,35,46). Sum of RGB (Red+Green+Blue) = 9+35+46=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #09232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09232E is #F6DCD1. Grayscale: #1C1C1C. Windows color (decimal): -16178386 or 3023625. OLE color: 3023625.

HSL color Cylindrical-coordinate representation of color #09232E: hue angle of 197.84º 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 #09232E is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB93546-
CMYK0.800.2400.82
HSL197.84º67.27%10.78%-
HSV(B)197.84º80.43%18.04%-
XYZ1.211.462.8-
YUV28.48137.89114.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 46 (18.36% from 255) = 51.11%
R=10%
G=38.89%
B=51.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal935460.800.2400.82197.8467.2710.78
Hex9232E5018052c643b
Octal11435612030012230610313
Binary1001100011101110101000011000010100101100011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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