Html Css Color HEX #05191D Black Pearl

📋 copy color: '#05191D'

red 5 ◦ green 25 ◦ blue 29

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

Shades of Black Pearl #05191D

Tints of Black Pearl #05191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 42.37%

 BLUE value IS 29 (11.72% from 255) = 49.15%

R = 8.47%
G = 42.37%
B = 49.15%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05191D (or 0x05191D) is known color: Black Pearl. HEX triplet: 05, 19 and 1D. RGB value is (5,25,29). Sum of RGB (Red+Green+Blue) = 5+25+29=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #05191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05191D is #FAE6E2. Grayscale: #131313. Windows color (decimal): -16443107 or 1906949. OLE color: 1906949.

HSL color Cylindrical-coordinate representation of color #05191D: hue angle of 190º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05191D is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 25 29 -
CMYK 0.83 0.14 0 0.89
HSL 190º 0.71% 0.07% -
HSV(B) 190º 0.83% 0.11% -
XYZ 0.63 0.82 1.29 -
YUV 19.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 5 25 29 0.83 0.14 0 0.89 190 0.71 0.07
Hex 5 19 1D 53 E 0 59 BE 47 7
Octal 5 31 35 123 16 0 131 276 107 7
Binary 101 11001 11101 1010011 1110 0 1011001 10111110 1000111 111

Color Harmonies of #05191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05191D

Black with #05191D

Text Example


Text Example

White with #05191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05191D; }

 p { color: rgb(5,25,29); }

 H1.HeaderClassName
 {
   color: #05191D;
 }
 .AnyTagClassName
 {
   color: #05191D;
 }
</style>

background-color css

<style>
 a { background-color: #05191D; }

 a { background-color: rgb(5,25,29); }

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

border-color css

<style>
 span { border-color: #05191D; }

 span { border-color: rgb(5,25,29); }

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