#09232B

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

Shades of Black Pearl #09232B

Tints of Black Pearl #09232B

Color information

#09232B (or 0x09232B) is unknown color: approx Black Pearl. HEX triplet: 09, 23 and 2B. RGB value is (9,35,43). Sum of RGB (Red+Green+Blue) = 9+35+43=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #09232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09232B is #F6DCD4. Grayscale: #1C1C1C. Windows color (decimal): -16178389 or 2827017. OLE color: 2827017.

HSL color Cylindrical-coordinate representation of color #09232B: hue angle of 194.12º 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 #09232B is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB93543-
CMYK0.790.1900.83
HSL194.12º65.38%10.2%-
HSV(B)194.12º79.07%16.86%-
XYZ1.151.432.5-
YUV28.14136.39114.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.34%
GREEN value IS 35 (14.06% from 255) = 40.23%
BLUE value IS 43 (17.19% from 255) = 49.43%
R=10.34%
G=40.23%
B=49.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal935430.790.1900.83194.1265.3810.2
Hex9232B4F13053c241a
Octal11435311723012330210112
Binary1001100011101011100111110011010100111100001010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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