Html Css Color HEX #0D0516 Blackcurrant

📋 copy color: '#0D0516'

red 13 ◦ green 5 ◦ blue 22

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

Shades of Blackcurrant #0D0516

Tints of Blackcurrant #0D0516

RGB

 RED value IS 13 (5.47% from 255) = 32.5%

 GREEN value IS 5 (2.34% from 255) = 12.5%

 BLUE value IS 22 (8.98% from 255) = 55%

R = 32.5%
G = 12.5%
B = 55%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D0516 (or 0x0D0516) is known color: Blackcurrant. HEX triplet: 0D, 05 and 16. RGB value is (13,5,22). Sum of RGB (Red+Green+Blue) = 13+5+22=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D0516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0516 is #F2FAE9. Grayscale: #090909. Windows color (decimal): -15923946 or 1443085. OLE color: 1443085.

HSL color Cylindrical-coordinate representation of color #0D0516: hue angle of 268.24º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D0516 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 5 22 -
CMYK 0.41 0.77 0 0.91
HSL 268.24º 0.63% 0.05% -
HSV(B) 268.24º 0.77% 0.09% -
XYZ 0.37 0.25 0.79 -
YUV 9.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 13 5 22 0.41 0.77 0 0.91 268.24 0.63 0.05
Hex D 5 16 29 4D 0 5B 10C 3F 5
Octal 15 5 26 51 115 0 133 414 77 5
Binary 1101 101 10110 101001 1001101 0 1011011 100001100 111111 101

Color Harmonies of #0D0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0516

Black with #0D0516

Text Example


Text Example

White with #0D0516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D0516; }

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

 H1.HeaderClassName
 {
   color: #0D0516;
 }
 .AnyTagClassName
 {
   color: #0D0516;
 }
</style>

background-color css

<style>
 a { background-color: #0D0516; }

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

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

border-color css

<style>
 span { border-color: #0D0516; }

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

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