Html Css Color HEX #05181F Black Pearl

📋 copy color: '#05181F'

red 5 ◦ green 24 ◦ blue 31

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

Shades of Black Pearl #05181F

Tints of Black Pearl #05181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 51.67%

R = 8.33%
G = 40%
B = 51.67%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05181F (or 0x05181F) is known color: Black Pearl. HEX triplet: 05, 18 and 1F. RGB value is (5,24,31). Sum of RGB (Red+Green+Blue) = 5+24+31=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #05181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05181F is #FAE7E0. Grayscale: #131313. Windows color (decimal): -16443361 or 2037765. OLE color: 2037765.

HSL color Cylindrical-coordinate representation of color #05181F: hue angle of 196.15º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #05181F is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 5 24 31 -
CMYK 0.84 0.23 0 0.88
HSL 196.15º 0.72% 0.07% -
HSV(B) 196.15º 0.84% 0.12% -
XYZ 0.64 0.78 1.41 -
YUV 19.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 5 24 31 0.84 0.23 0 0.88 196.15 0.72 0.07
Hex 5 18 1F 54 17 0 58 C4 48 7
Octal 5 30 37 124 27 0 130 304 110 7
Binary 101 11000 11111 1010100 10111 0 1011000 11000100 1001000 111

Color Harmonies of #05181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05181F

Black with #05181F

Text Example


Text Example

White with #05181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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