Html Css Color HEX #092930 Black Pearl

📋 copy color: '#092930'

red 9 ◦ green 41 ◦ blue 48

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

Shades of Black Pearl #092930

Tints of Black Pearl #092930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 41.84%

 BLUE value IS 48 (19.14% from 255) = 48.98%

R = 9.18%
G = 41.84%
B = 48.98%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#092930 (or 0x092930) is known color: Black Pearl. HEX triplet: 09, 29 and 30. RGB value is (9,41,48). Sum of RGB (Red+Green+Blue) = 9+41+48=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #092930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092930 is #F6D6CF. Grayscale: #202020. Windows color (decimal): -16176848 or 3156233. OLE color: 3156233.

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

Color convert

RGB 9 41 48 -
CMYK 0.81 0.15 0 0.81
HSL 190.77º 0.68% 0.11% -
HSV(B) 190.77º 0.81% 0.19% -
XYZ 1.44 1.86 3.08 -
YUV 32.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 9 41 48 0.81 0.15 0 0.81 190.77 0.68 0.11
Hex 9 29 30 51 F 0 51 BF 44 B
Octal 11 51 60 121 17 0 121 277 104 13
Binary 1001 101001 110000 1010001 1111 0 1010001 10111111 1000100 1011

Color Harmonies of #092930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092930

Black with #092930

Text Example


Text Example

White with #092930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092930; }

 p { color: rgb(9,41,48); }

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

background-color css

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

 a { background-color: rgb(9,41,48); }

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

border-color css

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

 span { border-color: rgb(9,41,48); }

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