Html Css Color HEX #09192E Black Pearl

📋 copy color: '#09192E'

red 9 ◦ green 25 ◦ blue 46

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

Shades of Black Pearl #09192E

Tints of Black Pearl #09192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 57.5%

R = 11.25%
G = 31.25%
B = 57.5%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09192E (or 0x09192E) is known color: Black Pearl. HEX triplet: 09, 19 and 2E. RGB value is (9,25,46). Sum of RGB (Red+Green+Blue) = 9+25+46=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #09192E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09192E is #F6E6D1. Grayscale: #161616. Windows color (decimal): -16180946 or 3021065. OLE color: 3021065.

HSL color Cylindrical-coordinate representation of color #09192E: hue angle of 214.05º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09192E is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 25 46 -
CMYK 0.80 0.46 0 0.82
HSL 214.05º 0.67% 0.11% -
HSV(B) 214.05º 0.8% 0.18% -
XYZ 0.95 0.95 2.72 -
YUV 22.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 9 25 46 0.80 0.46 0 0.82 214.05 0.67 0.11
Hex 9 19 2E 50 2E 0 52 D6 43 B
Octal 11 31 56 120 56 0 122 326 103 13
Binary 1001 11001 101110 1010000 101110 0 1010010 11010110 1000011 1011

Color Harmonies of #09192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09192E

Black with #09192E

Text Example


Text Example

White with #09192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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