Html Css Color HEX #05191E Black Pearl

📋 copy color: '#05191E'

red 5 ◦ green 25 ◦ blue 30

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

Shades of Black Pearl #05191E

Tints of Black Pearl #05191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 50%

R = 8.33%
G = 41.67%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05191E (or 0x05191E) is known color: Black Pearl. HEX triplet: 05, 19 and 1E. RGB value is (5,25,30). Sum of RGB (Red+Green+Blue) = 5+25+30=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #05191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05191E is #FAE6E1. Grayscale: #131313. Windows color (decimal): -16443106 or 1972485. OLE color: 1972485.

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

Color convert

RGB 5 25 30 -
CMYK 0.83 0.17 0 0.88
HSL 192º 0.71% 0.07% -
HSV(B) 192º 0.83% 0.12% -
XYZ 0.64 0.82 1.35 -
YUV 19.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 5 25 30 0.83 0.17 0 0.88 192 0.71 0.07
Hex 5 19 1E 53 11 0 58 C0 47 7
Octal 5 31 36 123 21 0 130 300 107 7
Binary 101 11001 11110 1010011 10001 0 1011000 11000000 1000111 111

Color Harmonies of #05191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05191E

Black with #05191E

Text Example


Text Example

White with #05191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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