Html Css Color HEX #092331 Black Pearl

📋 copy color: '#092331'

red 9 ◦ green 35 ◦ blue 49

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

Shades of Black Pearl #092331

Tints of Black Pearl #092331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 52.69%

R = 9.68%
G = 37.63%
B = 52.69%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#092331 (or 0x092331) is known color: Black Pearl. HEX triplet: 09, 23 and 31. RGB value is (9,35,49). Sum of RGB (Red+Green+Blue) = 9+35+49=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #092331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092331 is #F6DCCE. Grayscale: #1C1C1C. Windows color (decimal): -16178383 or 3220233. OLE color: 3220233.

HSL color Cylindrical-coordinate representation of color #092331: hue angle of 201º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #092331 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 35 49 -
CMYK 0.82 0.29 0 0.81
HSL 201º 0.69% 0.11% -
HSV(B) 201º 0.82% 0.19% -
XYZ 1.27 1.48 3.12 -
YUV 28.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 9 35 49 0.82 0.29 0 0.81 201 0.69 0.11
Hex 9 23 31 52 1D 0 51 C9 45 B
Octal 11 43 61 122 35 0 121 311 105 13
Binary 1001 100011 110001 1010010 11101 0 1010001 11001001 1000101 1011

Color Harmonies of #092331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092331

Black with #092331

Text Example


Text Example

White with #092331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092331; }

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

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

background-color css

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

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

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

border-color css

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

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

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