Html Css Color HEX #091625 Black Pearl

📋 copy color: '#091625'

red 9 ◦ green 22 ◦ blue 37

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

Shades of Black Pearl #091625

Tints of Black Pearl #091625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 32.35%

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

R = 13.24%
G = 32.35%
B = 54.41%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091625 (or 0x091625) is known color: Black Pearl. HEX triplet: 09, 16 and 25. RGB value is (9,22,37). Sum of RGB (Red+Green+Blue) = 9+22+37=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #091625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091625 is #F6E9DA. Grayscale: #131313. Windows color (decimal): -16181723 or 2430473. OLE color: 2430473.

HSL color Cylindrical-coordinate representation of color #091625: hue angle of 212.14º 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 #091625 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 22 37 -
CMYK 0.76 0.41 0 0.85
HSL 212.14º 0.61% 0.09% -
HSV(B) 212.14º 0.76% 0.15% -
XYZ 0.73 0.77 1.86 -
YUV 19.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 9 22 37 0.76 0.41 0 0.85 212.14 0.61 0.09
Hex 9 16 25 4C 29 0 55 D4 3D 9
Octal 11 26 45 114 51 0 125 324 75 11
Binary 1001 10110 100101 1001100 101001 0 1010101 11010100 111101 1001

Color Harmonies of #091625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091625

Black with #091625

Text Example


Text Example

White with #091625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091625; }

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

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

background-color css

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

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

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

border-color css

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

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

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