Html Css Color HEX #09232E Black Pearl

📋 copy color: '#09232E'

red 9 ◦ green 35 ◦ blue 46

#09232E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #09232E

Tints of Black Pearl #09232E

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 value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09232E (or 0x09232E) is known color: 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

RGB 9 35 46 -
CMYK 0.80 0.24 0 0.82
HSL 197.84º 0.67% 0.11% -
HSV(B) 197.84º 0.8% 0.18% -
XYZ 1.21 1.46 2.8 -
YUV 28.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 9 35 46 0.80 0.24 0 0.82 197.84 0.67 0.11
Hex 9 23 2E 50 18 0 52 C6 43 B
Octal 11 43 56 120 30 0 122 306 103 13
Binary 1001 100011 101110 1010000 11000 0 1010010 11000110 1000011 1011

Color Harmonies of #09232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09232E

Black with #09232E

Text Example


Text Example

White with #09232E

Text Example


Text Example

HTML Codes & Css Web 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>