Html Css Color HEX #091425 Black Pearl

📋 copy color: '#091425'

red 9 ◦ green 20 ◦ blue 37

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

Shades of Black Pearl #091425

Tints of Black Pearl #091425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 30.3%

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

R = 13.64%
G = 30.3%
B = 56.06%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091425 (or 0x091425) is known color: Black Pearl. HEX triplet: 09, 14 and 25. RGB value is (9,20,37). Sum of RGB (Red+Green+Blue) = 9+20+37=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #091425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091425 is #F6EBDA. Grayscale: #121212. Windows color (decimal): -16182235 or 2429961. OLE color: 2429961.

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

Color convert

RGB 9 20 37 -
CMYK 0.76 0.46 0 0.85
HSL 216.43º 0.61% 0.09% -
HSV(B) 216.43º 0.76% 0.15% -
XYZ 0.7 0.69 1.85 -
YUV 18.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 9 20 37 0.76 0.46 0 0.85 216.43 0.61 0.09
Hex 9 14 25 4C 2E 0 55 D8 3D 9
Octal 11 24 45 114 56 0 125 330 75 11
Binary 1001 10100 100101 1001100 101110 0 1010101 11011000 111101 1001

Color Harmonies of #091425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091425

Black with #091425

Text Example


Text Example

White with #091425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091425; }

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

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

background-color css

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

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

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

border-color css

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

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

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