Html Css Color HEX #09181E Black Pearl

📋 copy color: '#09181E'

red 9 ◦ green 24 ◦ blue 30

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

Shades of Black Pearl #09181E

Tints of Black Pearl #09181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 47.62%

R = 14.29%
G = 38.1%
B = 47.62%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#09181E (or 0x09181E) is known color: Black Pearl. HEX triplet: 09, 18 and 1E. RGB value is (9,24,30). Sum of RGB (Red+Green+Blue) = 9+24+30=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #09181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09181E is #F6E7E1. Grayscale: #141414. Windows color (decimal): -16181218 or 1972233. OLE color: 1972233.

HSL color Cylindrical-coordinate representation of color #09181E: hue angle of 197.14º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #09181E is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 9 24 30 -
CMYK 0.70 0.20 0 0.88
HSL 197.14º 0.54% 0.08% -
HSV(B) 197.14º 0.7% 0.12% -
XYZ 0.67 0.81 1.35 -
YUV 20.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 9 24 30 0.70 0.20 0 0.88 197.14 0.54 0.08
Hex 9 18 1E 46 14 0 58 C5 36 8
Octal 11 30 36 106 24 0 130 305 66 10
Binary 1001 11000 11110 1000110 10100 0 1011000 11000101 110110 1000

Color Harmonies of #09181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09181E

Black with #09181E

Text Example


Text Example

White with #09181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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