Html Css Color HEX #091928 Black Pearl

📋 copy color: '#091928'

red 9 ◦ green 25 ◦ blue 40

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

Shades of Black Pearl #091928

Tints of Black Pearl #091928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 33.78%

 BLUE value IS 40 (16.02% from 255) = 54.05%

R = 12.16%
G = 33.78%
B = 54.05%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#091928 (or 0x091928) is known color: Black Pearl. HEX triplet: 09, 19 and 28. RGB value is (9,25,40). Sum of RGB (Red+Green+Blue) = 9+25+40=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #091928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091928 is #F6E6D7. Grayscale: #151515. Windows color (decimal): -16180952 or 2627849. OLE color: 2627849.

HSL color Cylindrical-coordinate representation of color #091928: hue angle of 209.03º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #091928 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 25 40 -
CMYK 0.78 0.38 0 0.84
HSL 209.03º 0.63% 0.1% -
HSV(B) 209.03º 0.78% 0.16% -
XYZ 0.84 0.91 2.14 -
YUV 21.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 9 25 40 0.78 0.38 0 0.84 209.03 0.63 0.1
Hex 9 19 28 4E 26 0 54 D1 3F A
Octal 11 31 50 116 46 0 124 321 77 12
Binary 1001 11001 101000 1001110 100110 0 1010100 11010001 111111 1010

Color Harmonies of #091928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091928

Black with #091928

Text Example


Text Example

White with #091928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091928; }

 p { color: rgb(9,25,40); }

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

background-color css

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

 a { background-color: rgb(9,25,40); }

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

border-color css

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

 span { border-color: rgb(9,25,40); }

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