Html Css Color HEX #090E12 Black Pearl

📋 copy color: '#090E12'

red 9 ◦ green 14 ◦ blue 18

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

Shades of Black Pearl #090E12

Tints of Black Pearl #090E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 43.9%

R = 21.95%
G = 34.15%
B = 43.9%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090E12 (or 0x090E12) is known color: Black Pearl. HEX triplet: 09, 0E and 12. RGB value is (9,14,18). Sum of RGB (Red+Green+Blue) = 9+14+18=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: blue. Hex color #090E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E12 is #F6F1ED. Grayscale: #0C0C0C. Windows color (decimal): -16183790 or 1183241. OLE color: 1183241.

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

Color convert

RGB 9 14 18 -
CMYK 0.5 0.22 0 0.93
HSL 206.67º 0.33% 0.05% -
HSV(B) 206.67º 0.5% 0.07% -
XYZ 0.38 0.42 0.63 -
YUV 12.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 9 14 18 0.5 0.22 0 0.93 206.67 0.33 0.05
Hex 9 E 12 32 16 0 5D CF 21 5
Octal 11 16 22 62 26 0 135 317 41 5
Binary 1001 1110 10010 110010 10110 0 1011101 11001111 100001 101

Color Harmonies of #090E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090E12

Black with #090E12

Text Example


Text Example

White with #090E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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