Html Css Color HEX #05181D Black Pearl

📋 copy color: '#05181D'

red 5 ◦ green 24 ◦ blue 29

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

Shades of Black Pearl #05181D

Tints of Black Pearl #05181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 41.38%

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

R = 8.62%
G = 41.38%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05181D (or 0x05181D) is known color: Black Pearl. HEX triplet: 05, 18 and 1D. RGB value is (5,24,29). Sum of RGB (Red+Green+Blue) = 5+24+29=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #05181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05181D is #FAE7E2. Grayscale: #121212. Windows color (decimal): -16443363 or 1906693. OLE color: 1906693.

HSL color Cylindrical-coordinate representation of color #05181D: hue angle of 192.5º 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 #05181D is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 24 29 -
CMYK 0.83 0.17 0 0.89
HSL 192.5º 0.71% 0.07% -
HSV(B) 192.5º 0.83% 0.11% -
XYZ 0.61 0.77 1.28 -
YUV 18.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 5 24 29 0.83 0.17 0 0.89 192.5 0.71 0.07
Hex 5 18 1D 53 11 0 59 C0 47 7
Octal 5 30 35 123 21 0 131 300 107 7
Binary 101 11000 11101 1010011 10001 0 1011001 11000000 1000111 111

Color Harmonies of #05181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05181D

Black with #05181D

Text Example


Text Example

White with #05181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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