Html Css Color HEX #05191B Black Pearl

📋 copy color: '#05191B'

red 5 ◦ green 25 ◦ blue 27

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

Shades of Black Pearl #05191B

Tints of Black Pearl #05191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 47.37%

R = 8.77%
G = 43.86%
B = 47.37%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05191B (or 0x05191B) is known color: Black Pearl. HEX triplet: 05, 19 and 1B. RGB value is (5,25,27). Sum of RGB (Red+Green+Blue) = 5+25+27=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #05191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05191B is #FAE6E4. Grayscale: #131313. Windows color (decimal): -16443109 or 1775877. OLE color: 1775877.

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

Color convert

RGB 5 25 27 -
CMYK 0.81 0.07 0 0.89
HSL 185.45º 0.69% 0.06% -
HSV(B) 185.45º 0.81% 0.11% -
XYZ 0.61 0.81 1.16 -
YUV 19.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 5 25 27 0.81 0.07 0 0.89 185.45 0.69 0.06
Hex 5 19 1B 51 7 0 59 B9 45 6
Octal 5 31 33 121 7 0 131 271 105 6
Binary 101 11001 11011 1010001 111 0 1011001 10111001 1000101 110

Color Harmonies of #05191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05191B

Black with #05191B

Text Example


Text Example

White with #05191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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