Html Css Color HEX #092326 Black Pearl

📋 copy color: '#092326'

red 9 ◦ green 35 ◦ blue 38

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

Shades of Black Pearl #092326

Tints of Black Pearl #092326

RGB

 RED value IS 9 (3.91% from 255) = 10.98%

 GREEN value IS 35 (14.06% from 255) = 42.68%

 BLUE value IS 38 (15.23% from 255) = 46.34%

R = 10.98%
G = 42.68%
B = 46.34%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#092326 (or 0x092326) is known color: Black Pearl. HEX triplet: 09, 23 and 26. RGB value is (9,35,38). Sum of RGB (Red+Green+Blue) = 9+35+38=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #092326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092326 is #F6DCD9. Grayscale: #1B1B1B. Windows color (decimal): -16178394 or 2499337. OLE color: 2499337.

HSL color Cylindrical-coordinate representation of color #092326: hue angle of 186.21º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092326 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 35 38 -
CMYK 0.76 0.08 0 0.85
HSL 186.21º 0.62% 0.09% -
HSV(B) 186.21º 0.76% 0.15% -
XYZ 1.06 1.4 2.05 -
YUV 27.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 9 35 38 0.76 0.08 0 0.85 186.21 0.62 0.09
Hex 9 23 26 4C 8 0 55 BA 3E 9
Octal 11 43 46 114 10 0 125 272 76 11
Binary 1001 100011 100110 1001100 1000 0 1010101 10111010 111110 1001

Color Harmonies of #092326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092326

Black with #092326

Text Example


Text Example

White with #092326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092326; }

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

 H1.HeaderClassName
 {
   color: #092326;
 }
 .AnyTagClassName
 {
   color: #092326;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #092326;
 }
 .BgClassName
 {
   background-color: #092326;
 }
</style>

border-color css

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

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

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