Html Css Color HEX #090C0E Black Pearl

📋 copy color: '#090C0E'

red 9 ◦ green 12 ◦ blue 14

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

Shades of Black Pearl #090C0E

Tints of Black Pearl #090C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 40%

R = 25.71%
G = 34.29%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#090C0E (or 0x090C0E) is known color: Black Pearl. HEX triplet: 09, 0C and 0E. RGB value is (9,12,14). Sum of RGB (Red+Green+Blue) = 9+12+14=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 14 - color contains mainly: blue. Hex color #090C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C0E is #F6F3F1. Grayscale: #0B0B0B. Windows color (decimal): -16184306 or 920585. OLE color: 920585.

HSL color Cylindrical-coordinate representation of color #090C0E: hue angle of 204º degrees, saturation: 0.22, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #090C0E is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 12 14 -
CMYK 0.36 0.14 0 0.95
HSL 204º 0.22% 0.05% -
HSV(B) 204º 0.36% 0.05% -
XYZ 0.32 0.35 0.47 -
YUV 11.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 9 12 14 0.36 0.14 0 0.95 204 0.22 0.05
Hex 9 C E 24 E 0 5F CC 16 5
Octal 11 14 16 44 16 0 137 314 26 5
Binary 1001 1100 1110 100100 1110 0 1011111 11001100 10110 101

Color Harmonies of #090C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C0E

Black with #090C0E

Text Example


Text Example

White with #090C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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