Html Css Color HEX #05131E Black Pearl

📋 copy color: '#05131E'

red 5 ◦ green 19 ◦ blue 30

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

Shades of Black Pearl #05131E

Tints of Black Pearl #05131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.19%

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

R = 9.26%
G = 35.19%
B = 55.56%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05131E (or 0x05131E) is known color: Black Pearl. HEX triplet: 05, 13 and 1E. RGB value is (5,19,30). Sum of RGB (Red+Green+Blue) = 5+19+30=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #05131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05131E is #FAECE1. Grayscale: #101010. Windows color (decimal): -16444642 or 1970949. OLE color: 1970949.

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

Color convert

RGB 5 19 30 -
CMYK 0.83 0.37 0 0.88
HSL 206.4º 0.71% 0.07% -
HSV(B) 206.4º 0.83% 0.12% -
XYZ 0.53 0.59 1.31 -
YUV 16.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 5 19 30 0.83 0.37 0 0.88 206.4 0.71 0.07
Hex 5 13 1E 53 25 0 58 CE 47 7
Octal 5 23 36 123 45 0 130 316 107 7
Binary 101 10011 11110 1010011 100101 0 1011000 11001110 1000111 111

Color Harmonies of #05131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05131E

Black with #05131E

Text Example


Text Example

White with #05131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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