#09232F

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

Shades of Black Pearl #09232F

Tints of Black Pearl #09232F

Color information

#09232F (or 0x09232F) is unknown color: approx Black Pearl. HEX triplet: 09, 23 and 2F. RGB value is (9,35,47). Sum of RGB (Red+Green+Blue) = 9+35+47=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #09232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09232F is #F6DCD0. Grayscale: #1C1C1C. Windows color (decimal): -16178385 or 3089161. OLE color: 3089161.

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

Color convert

RGB93547-
CMYK0.810.2600.82
HSL198.95º67.86%10.98%-
HSV(B)198.95º80.85%18.43%-
XYZ1.231.472.91-
YUV28.59138.39114.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 47 (18.75% from 255) = 51.65%
R=9.89%
G=38.46%
B=51.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal935470.810.2600.82198.9567.8610.98
Hex9232F511A052c744b
Octal11435712132012230710413
Binary1001100011101111101000111010010100101100011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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