Html Css Color HEX #092531 Black Pearl

📋 copy color: '#092531'

red 9 ◦ green 37 ◦ blue 49

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

Shades of Black Pearl #092531

Tints of Black Pearl #092531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.95%

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

R = 9.47%
G = 38.95%
B = 51.58%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#092531 (or 0x092531) is known color: Black Pearl. HEX triplet: 09, 25 and 31. RGB value is (9,37,49). Sum of RGB (Red+Green+Blue) = 9+37+49=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #092531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092531 is #F6DACE. Grayscale: #1D1D1D. Windows color (decimal): -16177871 or 3220745. OLE color: 3220745.

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

Color convert

RGB 9 37 49 -
CMYK 0.82 0.24 0 0.81
HSL 198º 0.69% 0.11% -
HSV(B) 198º 0.82% 0.19% -
XYZ 1.33 1.6 3.15 -
YUV 30 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 9 37 49 0.82 0.24 0 0.81 198 0.69 0.11
Hex 9 25 31 52 18 0 51 C6 45 B
Octal 11 45 61 122 30 0 121 306 105 13
Binary 1001 100101 110001 1010010 11000 0 1010001 11000110 1000101 1011

Color Harmonies of #092531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092531

Black with #092531

Text Example


Text Example

White with #092531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092531; }

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

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

background-color css

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

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

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

border-color css

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

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

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