Html Css Color HEX #092830 Black Pearl

📋 copy color: '#092830'

red 9 ◦ green 40 ◦ blue 48

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

Shades of Black Pearl #092830

Tints of Black Pearl #092830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 41.24%

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

R = 9.28%
G = 41.24%
B = 49.48%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#092830 (or 0x092830) is known color: Black Pearl. HEX triplet: 09, 28 and 30. RGB value is (9,40,48). Sum of RGB (Red+Green+Blue) = 9+40+48=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #092830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092830 is #F6D7CF. Grayscale: #1F1F1F. Windows color (decimal): -16177104 or 3155977. OLE color: 3155977.

HSL color Cylindrical-coordinate representation of color #092830: hue angle of 192.31º 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 #092830 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 40 48 -
CMYK 0.81 0.17 0 0.81
HSL 192.31º 0.68% 0.11% -
HSV(B) 192.31º 0.81% 0.19% -
XYZ 1.4 1.79 3.07 -
YUV 31.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 9 40 48 0.81 0.17 0 0.81 192.31 0.68 0.11
Hex 9 28 30 51 11 0 51 C0 44 B
Octal 11 50 60 121 21 0 121 300 104 13
Binary 1001 101000 110000 1010001 10001 0 1010001 11000000 1000100 1011

Color Harmonies of #092830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092830

Black with #092830

Text Example


Text Example

White with #092830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092830; }

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

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

background-color css

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

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

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

border-color css

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

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

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