Html Css Color HEX #091825 Black Pearl

📋 copy color: '#091825'

red 9 ◦ green 24 ◦ blue 37

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

Shades of Black Pearl #091825

Tints of Black Pearl #091825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 34.29%

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

R = 12.86%
G = 34.29%
B = 52.86%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091825 (or 0x091825) is known color: Black Pearl. HEX triplet: 09, 18 and 25. RGB value is (9,24,37). Sum of RGB (Red+Green+Blue) = 9+24+37=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #091825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091825 is #F6E7DA. Grayscale: #141414. Windows color (decimal): -16181211 or 2430985. OLE color: 2430985.

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

Color convert

RGB 9 24 37 -
CMYK 0.76 0.35 0 0.85
HSL 207.86º 0.61% 0.09% -
HSV(B) 207.86º 0.76% 0.15% -
XYZ 0.77 0.84 1.87 -
YUV 21 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 9 24 37 0.76 0.35 0 0.85 207.86 0.61 0.09
Hex 9 18 25 4C 23 0 55 D0 3D 9
Octal 11 30 45 114 43 0 125 320 75 11
Binary 1001 11000 100101 1001100 100011 0 1010101 11010000 111101 1001

Color Harmonies of #091825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091825

Black with #091825

Text Example


Text Example

White with #091825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091825; }

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

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

background-color css

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

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

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

border-color css

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

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

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