Html Css Color HEX #05181E Black Pearl

📋 copy color: '#05181E'

red 5 ◦ green 24 ◦ blue 30

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

Shades of Black Pearl #05181E

Tints of Black Pearl #05181E

RGB

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

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

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

R = 8.47%
G = 40.68%
B = 50.85%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05181E (or 0x05181E) is known color: Black Pearl. HEX triplet: 05, 18 and 1E. RGB value is (5,24,30). Sum of RGB (Red+Green+Blue) = 5+24+30=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #05181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05181E is #FAE7E1. Grayscale: #121212. Windows color (decimal): -16443362 or 1972229. OLE color: 1972229.

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

Color convert

RGB 5 24 30 -
CMYK 0.83 0.20 0 0.88
HSL 194.4º 0.71% 0.07% -
HSV(B) 194.4º 0.83% 0.12% -
XYZ 0.62 0.78 1.35 -
YUV 19 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 5 24 30 0.83 0.20 0 0.88 194.4 0.71 0.07
Hex 5 18 1E 53 14 0 58 C2 47 7
Octal 5 30 36 123 24 0 130 302 107 7
Binary 101 11000 11110 1010011 10100 0 1011000 11000010 1000111 111

Color Harmonies of #05181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05181E

Black with #05181E

Text Example


Text Example

White with #05181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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