Html Css Color HEX #092631 Black Pearl

📋 copy color: '#092631'

red 9 ◦ green 38 ◦ blue 49

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

Shades of Black Pearl #092631

Tints of Black Pearl #092631

RGB

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

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

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

R = 9.38%
G = 39.58%
B = 51.04%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#092631 (or 0x092631) is known color: Black Pearl. HEX triplet: 09, 26 and 31. RGB value is (9,38,49). Sum of RGB (Red+Green+Blue) = 9+38+49=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #092631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092631 is #F6D9CE. Grayscale: #1E1E1E. Windows color (decimal): -16177615 or 3221001. OLE color: 3221001.

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

Color convert

RGB 9 38 49 -
CMYK 0.82 0.22 0 0.81
HSL 196.5º 0.69% 0.11% -
HSV(B) 196.5º 0.82% 0.19% -
XYZ 1.36 1.67 3.16 -
YUV 30.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 9 38 49 0.82 0.22 0 0.81 196.5 0.69 0.11
Hex 9 26 31 52 16 0 51 C4 45 B
Octal 11 46 61 122 26 0 121 304 105 13
Binary 1001 100110 110001 1010010 10110 0 1010001 11000100 1000101 1011

Color Harmonies of #092631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092631

Black with #092631

Text Example


Text Example

White with #092631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092631; }

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

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

background-color css

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

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

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

border-color css

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

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

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