Html Css Color HEX #0D0514 Blackcurrant

📋 copy color: '#0D0514'

red 13 ◦ green 5 ◦ blue 20

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

Shades of Blackcurrant #0D0514

Tints of Blackcurrant #0D0514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 52.63%

R = 34.21%
G = 13.16%
B = 52.63%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0D0514 (or 0x0D0514) is known color: Blackcurrant. HEX triplet: 0D, 05 and 14. RGB value is (13,5,20). Sum of RGB (Red+Green+Blue) = 13+5+20=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D0514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0514 is #F2FAEB. Grayscale: #090909. Windows color (decimal): -15923948 or 1312013. OLE color: 1312013.

HSL color Cylindrical-coordinate representation of color #0D0514: hue angle of 272º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D0514 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 5 20 -
CMYK 0.35 0.75 0 0.92
HSL 272º 0.6% 0.05% -
HSV(B) 272º 0.75% 0.08% -
XYZ 0.35 0.24 0.69 -
YUV 9.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 13 5 20 0.35 0.75 0 0.92 272 0.6 0.05
Hex D 5 14 23 4B 0 5C 110 3C 5
Octal 15 5 24 43 113 0 134 420 74 5
Binary 1101 101 10100 100011 1001011 0 1011100 100010000 111100 101

Color Harmonies of #0D0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0514

Black with #0D0514

Text Example


Text Example

White with #0D0514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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