Html Css Color HEX #0D0816 Blackcurrant

📋 copy color: '#0D0816'

red 13 ◦ green 8 ◦ blue 22

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

Shades of Blackcurrant #0D0816

Tints of Blackcurrant #0D0816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 18.6%

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

R = 30.23%
G = 18.6%
B = 51.16%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D0816 (or 0x0D0816) is known color: Blackcurrant. HEX triplet: 0D, 08 and 16. RGB value is (13,8,22). Sum of RGB (Red+Green+Blue) = 13+8+22=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D0816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0816 is #F2F7E9. Grayscale: #0B0B0B. Windows color (decimal): -15923178 or 1443853. OLE color: 1443853.

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

Color convert

RGB 13 8 22 -
CMYK 0.41 0.64 0 0.91
HSL 261.43º 0.47% 0.06% -
HSV(B) 261.43º 0.64% 0.09% -
XYZ 0.4 0.32 0.8 -
YUV 11.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 13 8 22 0.41 0.64 0 0.91 261.43 0.47 0.06
Hex D 8 16 29 40 0 5B 105 2F 6
Octal 15 10 26 51 100 0 133 405 57 6
Binary 1101 1000 10110 101001 1000000 0 1011011 100000101 101111 110

Color Harmonies of #0D0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0816

Black with #0D0816

Text Example


Text Example

White with #0D0816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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