Html Css Color HEX #05090E Black Pearl

📋 copy color: '#05090E'

red 5 ◦ green 9 ◦ blue 14

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

Shades of Black Pearl #05090E

Tints of Black Pearl #05090E

RGB

 RED value IS 5 (2.34% from 255) = 17.86%

 GREEN value IS 9 (3.91% from 255) = 32.14%

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

R = 17.86%
G = 32.14%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#05090E (or 0x05090E) is known color: Black Pearl. HEX triplet: 05, 09 and 0E. RGB value is (5,9,14). Sum of RGB (Red+Green+Blue) = 5+9+14=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 14 (5.86% from 255 or 50% from 28); Max value from RGB is 14 - color contains mainly: blue. Hex color #05090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05090E is #FAF6F1. Grayscale: #080808. Windows color (decimal): -16447218 or 919813. OLE color: 919813.

HSL color Cylindrical-coordinate representation of color #05090E: hue angle of 213.33º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #05090E is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 9 14 -
CMYK 0.64 0.36 0 0.95
HSL 213.33º 0.47% 0.04% -
HSV(B) 213.33º 0.64% 0.05% -
XYZ 0.24 0.26 0.45 -
YUV 8.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 5 9 14 0.64 0.36 0 0.95 213.33 0.47 0.04
Hex 5 9 E 40 24 0 5F D5 2F 4
Octal 5 11 16 100 44 0 137 325 57 4
Binary 101 1001 1110 1000000 100100 0 1011111 11010101 101111 100

Color Harmonies of #05090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05090E

Black with #05090E

Text Example


Text Example

White with #05090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05090E; }

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

 H1.HeaderClassName
 {
   color: #05090E;
 }
 .AnyTagClassName
 {
   color: #05090E;
 }
</style>

background-color css

<style>
 a { background-color: #05090E; }

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

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

border-color css

<style>
 span { border-color: #05090E; }

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

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