Html Css Color HEX #05090F Black Pearl

📋 copy color: '#05090F'

red 5 ◦ green 9 ◦ blue 15

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

Shades of Black Pearl #05090F

Tints of Black Pearl #05090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 51.72%

R = 17.24%
G = 31.03%
B = 51.72%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#05090F (or 0x05090F) is known color: Black Pearl. HEX triplet: 05, 09 and 0F. RGB value is (5,9,15). Sum of RGB (Red+Green+Blue) = 5+9+15=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #05090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05090F is #FAF6F0. Grayscale: #080808. Windows color (decimal): -16447217 or 985349. OLE color: 985349.

HSL color Cylindrical-coordinate representation of color #05090F: hue angle of 216º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #05090F is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 9 15 -
CMYK 0.67 0.40 0 0.94
HSL 216º 0.5% 0.04% -
HSV(B) 216º 0.67% 0.06% -
XYZ 0.25 0.26 0.49 -
YUV 8.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 5 9 15 0.67 0.40 0 0.94 216 0.5 0.04
Hex 5 9 F 43 28 0 5E D8 32 4
Octal 5 11 17 103 50 0 136 330 62 4
Binary 101 1001 1111 1000011 101000 0 1011110 11011000 110010 100

Color Harmonies of #05090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05090F

Black with #05090F

Text Example


Text Example

White with #05090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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