Html Css Color HEX #092125 Black Pearl

📋 copy color: '#092125'

red 9 ◦ green 33 ◦ blue 37

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

Shades of Black Pearl #092125

Tints of Black Pearl #092125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 41.77%

 BLUE value IS 37 (14.84% from 255) = 46.84%

R = 11.39%
G = 41.77%
B = 46.84%

CMYK

 C value IS 0.76

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#092125 (or 0x092125) is known color: Black Pearl. HEX triplet: 09, 21 and 25. RGB value is (9,33,37). Sum of RGB (Red+Green+Blue) = 9+33+37=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #092125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092125 is #F6DEDA. Grayscale: #1A1A1A. Windows color (decimal): -16178907 or 2433289. OLE color: 2433289.

HSL color Cylindrical-coordinate representation of color #092125: hue angle of 188.57º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092125 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 33 37 -
CMYK 0.76 0.11 0 0.85
HSL 188.57º 0.61% 0.09% -
HSV(B) 188.57º 0.76% 0.15% -
XYZ 0.99 1.28 1.95 -
YUV 26.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 9 33 37 0.76 0.11 0 0.85 188.57 0.61 0.09
Hex 9 21 25 4C B 0 55 BD 3D 9
Octal 11 41 45 114 13 0 125 275 75 11
Binary 1001 100001 100101 1001100 1011 0 1010101 10111101 111101 1001

Color Harmonies of #092125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092125

Black with #092125

Text Example


Text Example

White with #092125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092125; }

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

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

background-color css

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

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

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

border-color css

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

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

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