Html Css Color HEX #092630 Black Pearl

📋 copy color: '#092630'

red 9 ◦ green 38 ◦ blue 48

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

Shades of Black Pearl #092630

Tints of Black Pearl #092630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40%

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

R = 9.47%
G = 40%
B = 50.53%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#092630 (or 0x092630) is known color: Black Pearl. HEX triplet: 09, 26 and 30. RGB value is (9,38,48). Sum of RGB (Red+Green+Blue) = 9+38+48=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #092630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092630 is #F6D9CF. Grayscale: #1E1E1E. Windows color (decimal): -16177616 or 3155465. OLE color: 3155465.

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

Color convert

RGB 9 38 48 -
CMYK 0.81 0.21 0 0.81
HSL 195.38º 0.68% 0.11% -
HSV(B) 195.38º 0.81% 0.19% -
XYZ 1.34 1.66 3.05 -
YUV 30.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 9 38 48 0.81 0.21 0 0.81 195.38 0.68 0.11
Hex 9 26 30 51 15 0 51 C3 44 B
Octal 11 46 60 121 25 0 121 303 104 13
Binary 1001 100110 110000 1010001 10101 0 1010001 11000011 1000100 1011

Color Harmonies of #092630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092630

Black with #092630

Text Example


Text Example

White with #092630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092630; }

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

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

background-color css

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

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

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

border-color css

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

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

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