Html Css Color HEX #050C13 Black Pearl

📋 copy color: '#050C13'

red 5 ◦ green 12 ◦ blue 19

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

Shades of Black Pearl #050C13

Tints of Black Pearl #050C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 33.33%

 BLUE value IS 19 (7.81% from 255) = 52.78%

R = 13.89%
G = 33.33%
B = 52.78%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050C13 (or 0x050C13) is known color: Black Pearl. HEX triplet: 05, 0C and 13. RGB value is (5,12,19). Sum of RGB (Red+Green+Blue) = 5+12+19=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #050C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C13 is #FAF3EC. Grayscale: #0A0A0A. Windows color (decimal): -16446445 or 1248261. OLE color: 1248261.

HSL color Cylindrical-coordinate representation of color #050C13: hue angle of 210º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #050C13 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 12 19 -
CMYK 0.74 0.37 0 0.93
HSL 210º 0.58% 0.05% -
HSV(B) 210º 0.74% 0.07% -
XYZ 0.31 0.34 0.67 -
YUV 10.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 5 12 19 0.74 0.37 0 0.93 210 0.58 0.05
Hex 5 C 13 4A 25 0 5D D2 3A 5
Octal 5 14 23 112 45 0 135 322 72 5
Binary 101 1100 10011 1001010 100101 0 1011101 11010010 111010 101

Color Harmonies of #050C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C13

Black with #050C13

Text Example


Text Example

White with #050C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C13; }

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

 H1.HeaderClassName
 {
   color: #050C13;
 }
 .AnyTagClassName
 {
   color: #050C13;
 }
</style>

background-color css

<style>
 a { background-color: #050C13; }

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

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

border-color css

<style>
 span { border-color: #050C13; }

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

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