Html Css Color HEX #0D0316 Blackcurrant

📋 copy color: '#0D0316'

red 13 ◦ green 3 ◦ blue 22

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

Shades of Blackcurrant #0D0316

Tints of Blackcurrant #0D0316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.89%

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

R = 34.21%
G = 7.89%
B = 57.89%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D0316 (or 0x0D0316) is known color: Blackcurrant. HEX triplet: 0D, 03 and 16. RGB value is (13,3,22). Sum of RGB (Red+Green+Blue) = 13+3+22=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D0316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0316 is #F2FCE9. Grayscale: #080808. Windows color (decimal): -15924458 or 1442573. OLE color: 1442573.

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

Color convert

RGB 13 3 22 -
CMYK 0.41 0.86 0 0.91
HSL 271.58º 0.76% 0.05% -
HSV(B) 271.58º 0.86% 0.09% -
XYZ 0.34 0.21 0.78 -
YUV 8.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 13 3 22 0.41 0.86 0 0.91 271.58 0.76 0.05
Hex D 3 16 29 56 0 5B 110 4C 5
Octal 15 3 26 51 126 0 133 420 114 5
Binary 1101 11 10110 101001 1010110 0 1011011 100010000 1001100 101

Color Harmonies of #0D0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0316

Black with #0D0316

Text Example


Text Example

White with #0D0316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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