Html Css Color HEX #090D13 Black Pearl

📋 copy color: '#090D13'

red 9 ◦ green 13 ◦ blue 19

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

Shades of Black Pearl #090D13

Tints of Black Pearl #090D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 31.71%

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

R = 21.95%
G = 31.71%
B = 46.34%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090D13 (or 0x090D13) is known color: Black Pearl. HEX triplet: 09, 0D and 13. RGB value is (9,13,19). Sum of RGB (Red+Green+Blue) = 9+13+19=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #090D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D13 is #F6F2EC. Grayscale: #0C0C0C. Windows color (decimal): -16184045 or 1248521. OLE color: 1248521.

HSL color Cylindrical-coordinate representation of color #090D13: hue angle of 216º 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 #090D13 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 13 19 -
CMYK 0.53 0.32 0 0.93
HSL 216º 0.36% 0.05% -
HSV(B) 216º 0.53% 0.07% -
XYZ 0.37 0.39 0.67 -
YUV 12.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 9 13 19 0.53 0.32 0 0.93 216 0.36 0.05
Hex 9 D 13 35 20 0 5D D8 24 5
Octal 11 15 23 65 40 0 135 330 44 5
Binary 1001 1101 10011 110101 100000 0 1011101 11011000 100100 101

Color Harmonies of #090D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090D13

Black with #090D13

Text Example


Text Example

White with #090D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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