Html Css Color HEX #090E13 Black Pearl

📋 copy color: '#090E13'

red 9 ◦ green 14 ◦ blue 19

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

Shades of Black Pearl #090E13

Tints of Black Pearl #090E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 33.33%

 BLUE value IS 19 (7.81% from 255) = 45.24%

R = 21.43%
G = 33.33%
B = 45.24%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090E13 (or 0x090E13) is known color: Black Pearl. HEX triplet: 09, 0E and 13. RGB value is (9,14,19). Sum of RGB (Red+Green+Blue) = 9+14+19=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 19 - color contains mainly: blue. Hex color #090E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E13 is #F6F1EC. Grayscale: #0D0D0D. Windows color (decimal): -16183789 or 1248777. OLE color: 1248777.

HSL color Cylindrical-coordinate representation of color #090E13: hue angle of 210º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #090E13 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 14 19 -
CMYK 0.53 0.26 0 0.93
HSL 210º 0.36% 0.05% -
HSV(B) 210º 0.53% 0.07% -
XYZ 0.39 0.42 0.68 -
YUV 13.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 9 14 19 0.53 0.26 0 0.93 210 0.36 0.05
Hex 9 E 13 35 1A 0 5D D2 24 5
Octal 11 16 23 65 32 0 135 322 44 5
Binary 1001 1110 10011 110101 11010 0 1011101 11010010 100100 101

Color Harmonies of #090E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090E13

Black with #090E13

Text Example


Text Example

White with #090E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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