Html Css Color HEX #050C0D Black Pearl

📋 copy color: '#050C0D'

red 5 ◦ green 12 ◦ blue 13

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

Shades of Black Pearl #050C0D

Tints of Black Pearl #050C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 43.33%

R = 16.67%
G = 40%
B = 43.33%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#050C0D (or 0x050C0D) is known color: Black Pearl. HEX triplet: 05, 0C and 0D. RGB value is (5,12,13). Sum of RGB (Red+Green+Blue) = 5+12+13=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 13 - color contains mainly: blue. Hex color #050C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C0D is #FAF3F2. Grayscale: #0A0A0A. Windows color (decimal): -16446451 or 855045. OLE color: 855045.

HSL color Cylindrical-coordinate representation of color #050C0D: hue angle of 187.5º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #050C0D is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 12 13 -
CMYK 0.62 0.08 0 0.95
HSL 187.5º 0.44% 0.04% -
HSV(B) 187.5º 0.62% 0.05% -
XYZ 0.27 0.32 0.43 -
YUV 10.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 5 12 13 0.62 0.08 0 0.95 187.5 0.44 0.04
Hex 5 C D 3E 8 0 5F BC 2C 4
Octal 5 14 15 76 10 0 137 274 54 4
Binary 101 1100 1101 111110 1000 0 1011111 10111100 101100 100

Color Harmonies of #050C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C0D

Black with #050C0D

Text Example


Text Example

White with #050C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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