Html Css Color HEX #092330 Black Pearl

📋 copy color: '#092330'

red 9 ◦ green 35 ◦ blue 48

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

Shades of Black Pearl #092330

Tints of Black Pearl #092330

RGB

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

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

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

R = 9.78%
G = 38.04%
B = 52.17%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#092330 (or 0x092330) is known color: Black Pearl. HEX triplet: 09, 23 and 30. RGB value is (9,35,48). Sum of RGB (Red+Green+Blue) = 9+35+48=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #092330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092330 is #F6DCCF. Grayscale: #1C1C1C. Windows color (decimal): -16178384 or 3154697. OLE color: 3154697.

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

Color convert

RGB 9 35 48 -
CMYK 0.81 0.27 0 0.81
HSL 200º 0.68% 0.11% -
HSV(B) 200º 0.81% 0.19% -
XYZ 1.25 1.47 3.01 -
YUV 28.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 9 35 48 0.81 0.27 0 0.81 200 0.68 0.11
Hex 9 23 30 51 1B 0 51 C8 44 B
Octal 11 43 60 121 33 0 121 310 104 13
Binary 1001 100011 110000 1010001 11011 0 1010001 11001000 1000100 1011

Color Harmonies of #092330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092330

Black with #092330

Text Example


Text Example

White with #092330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092330; }

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

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

background-color css

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

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

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

border-color css

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

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

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