Html Css Color HEX #091D25 Black Pearl

📋 copy color: '#091D25'

red 9 ◦ green 29 ◦ blue 37

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

Shades of Black Pearl #091D25

Tints of Black Pearl #091D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 38.67%

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

R = 12%
G = 38.67%
B = 49.33%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091D25 (or 0x091D25) is known color: Black Pearl. HEX triplet: 09, 1D and 25. RGB value is (9,29,37). Sum of RGB (Red+Green+Blue) = 9+29+37=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #091D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D25 is #F6E2DA. Grayscale: #171717. Windows color (decimal): -16179931 or 2432265. OLE color: 2432265.

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

Color convert

RGB 9 29 37 -
CMYK 0.76 0.22 0 0.85
HSL 197.14º 0.61% 0.09% -
HSV(B) 197.14º 0.76% 0.15% -
XYZ 0.89 1.07 1.91 -
YUV 23.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 9 29 37 0.76 0.22 0 0.85 197.14 0.61 0.09
Hex 9 1D 25 4C 16 0 55 C5 3D 9
Octal 11 35 45 114 26 0 125 305 75 11
Binary 1001 11101 100101 1001100 10110 0 1010101 11000101 111101 1001

Color Harmonies of #091D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D25

Black with #091D25

Text Example


Text Example

White with #091D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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