Html Css Color HEX #09131E Black Pearl

📋 copy color: '#09131E'

red 9 ◦ green 19 ◦ blue 30

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

Shades of Black Pearl #09131E

Tints of Black Pearl #09131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 32.76%

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

R = 15.52%
G = 32.76%
B = 51.72%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#09131E (or 0x09131E) is known color: Black Pearl. HEX triplet: 09, 13 and 1E. RGB value is (9,19,30). Sum of RGB (Red+Green+Blue) = 9+19+30=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 30 (12.11% from 255 or 51.72% from 58); Max value from RGB is 30 - color contains mainly: blue. Hex color #09131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09131E is #F6ECE1. Grayscale: #111111. Windows color (decimal): -16182498 or 1970953. OLE color: 1970953.

HSL color Cylindrical-coordinate representation of color #09131E: hue angle of 211.43º 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 #09131E is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 9 19 30 -
CMYK 0.70 0.37 0 0.88
HSL 211.43º 0.54% 0.08% -
HSV(B) 211.43º 0.7% 0.12% -
XYZ 0.58 0.62 1.32 -
YUV 17.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 9 19 30 0.70 0.37 0 0.88 211.43 0.54 0.08
Hex 9 13 1E 46 25 0 58 D3 36 8
Octal 11 23 36 106 45 0 130 323 66 10
Binary 1001 10011 11110 1000110 100101 0 1011000 11010011 110110 1000

Color Harmonies of #09131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09131E

Black with #09131E

Text Example


Text Example

White with #09131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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