Html Css Color HEX #090C11 Black Pearl

📋 copy color: '#090C11'

red 9 ◦ green 12 ◦ blue 17

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

Shades of Black Pearl #090C11

Tints of Black Pearl #090C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 31.58%

 BLUE value IS 17 (7.03% from 255) = 44.74%

R = 23.68%
G = 31.58%
B = 44.74%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090C11 (or 0x090C11) is known color: Black Pearl. HEX triplet: 09, 0C and 11. RGB value is (9,12,17). Sum of RGB (Red+Green+Blue) = 9+12+17=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 17 - color contains mainly: blue. Hex color #090C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C11 is #F6F3EE. Grayscale: #0B0B0B. Windows color (decimal): -16184303 or 1117193. OLE color: 1117193.

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

Color convert

RGB 9 12 17 -
CMYK 0.47 0.29 0 0.93
HSL 217.5º 0.31% 0.05% -
HSV(B) 217.5º 0.47% 0.07% -
XYZ 0.35 0.36 0.58 -
YUV 11.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 9 12 17 0.47 0.29 0 0.93 217.5 0.31 0.05
Hex 9 C 11 2F 1D 0 5D DA 1F 5
Octal 11 14 21 57 35 0 135 332 37 5
Binary 1001 1100 10001 101111 11101 0 1011101 11011010 11111 101

Color Harmonies of #090C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C11

Black with #090C11

Text Example


Text Example

White with #090C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,12,17); }

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

background-color css

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

 a { background-color: rgb(9,12,17); }

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

border-color css

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

 span { border-color: rgb(9,12,17); }

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