Html Css Color HEX #05131C Black Pearl

📋 copy color: '#05131C'

red 5 ◦ green 19 ◦ blue 28

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

Shades of Black Pearl #05131C

Tints of Black Pearl #05131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 53.85%

R = 9.62%
G = 36.54%
B = 53.85%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05131C (or 0x05131C) is known color: Black Pearl. HEX triplet: 05, 13 and 1C. RGB value is (5,19,28). Sum of RGB (Red+Green+Blue) = 5+19+28=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #05131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05131C is #FAECE3. Grayscale: #0F0F0F. Windows color (decimal): -16444644 or 1839877. OLE color: 1839877.

HSL color Cylindrical-coordinate representation of color #05131C: hue angle of 203.48º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05131C is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 19 28 -
CMYK 0.82 0.32 0 0.89
HSL 203.48º 0.7% 0.06% -
HSV(B) 203.48º 0.82% 0.11% -
XYZ 0.51 0.58 1.18 -
YUV 15.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 5 19 28 0.82 0.32 0 0.89 203.48 0.7 0.06
Hex 5 13 1C 52 20 0 59 CB 46 6
Octal 5 23 34 122 40 0 131 313 106 6
Binary 101 10011 11100 1010010 100000 0 1011001 11001011 1000110 110

Color Harmonies of #05131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05131C

Black with #05131C

Text Example


Text Example

White with #05131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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