Html Css Color HEX #05191C Black Pearl

📋 copy color: '#05191C'

red 5 ◦ green 25 ◦ blue 28

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

Shades of Black Pearl #05191C

Tints of Black Pearl #05191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 48.28%

R = 8.62%
G = 43.1%
B = 48.28%

CMYK

 C value IS 0.82

 M value IS 0.11

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05191C (or 0x05191C) is known color: Black Pearl. HEX triplet: 05, 19 and 1C. RGB value is (5,25,28). Sum of RGB (Red+Green+Blue) = 5+25+28=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #05191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05191C is #FAE6E3. Grayscale: #131313. Windows color (decimal): -16443108 or 1841413. OLE color: 1841413.

HSL color Cylindrical-coordinate representation of color #05191C: hue angle of 187.83º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05191C is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 25 28 -
CMYK 0.82 0.11 0 0.89
HSL 187.83º 0.7% 0.06% -
HSV(B) 187.83º 0.82% 0.11% -
XYZ 0.62 0.81 1.22 -
YUV 19.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 5 25 28 0.82 0.11 0 0.89 187.83 0.7 0.06
Hex 5 19 1C 52 B 0 59 BC 46 6
Octal 5 31 34 122 13 0 131 274 106 6
Binary 101 11001 11100 1010010 1011 0 1011001 10111100 1000110 110

Color Harmonies of #05191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05191C

Black with #05191C

Text Example


Text Example

White with #05191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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