Html Css Color HEX #050D12 Black Pearl

📋 copy color: '#050D12'

red 5 ◦ green 13 ◦ blue 18

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

Shades of Black Pearl #050D12

Tints of Black Pearl #050D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 36.11%

 BLUE value IS 18 (7.42% from 255) = 50%

R = 13.89%
G = 36.11%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050D12 (or 0x050D12) is known color: Black Pearl. HEX triplet: 05, 0D and 12. RGB value is (5,13,18). Sum of RGB (Red+Green+Blue) = 5+13+18=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #050D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D12 is #FAF2ED. Grayscale: #0B0B0B. Windows color (decimal): -16446190 or 1182981. OLE color: 1182981.

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

Color convert

RGB 5 13 18 -
CMYK 0.72 0.28 0 0.93
HSL 203.08º 0.57% 0.05% -
HSV(B) 203.08º 0.72% 0.07% -
XYZ 0.32 0.36 0.63 -
YUV 11.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 5 13 18 0.72 0.28 0 0.93 203.08 0.57 0.05
Hex 5 D 12 48 1C 0 5D CB 39 5
Octal 5 15 22 110 34 0 135 313 71 5
Binary 101 1101 10010 1001000 11100 0 1011101 11001011 111001 101

Color Harmonies of #050D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D12

Black with #050D12

Text Example


Text Example

White with #050D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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