Html Css Color HEX #0D041D Blackcurrant

📋 copy color: '#0D041D'

red 13 ◦ green 4 ◦ blue 29

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

Shades of Blackcurrant #0D041D

Tints of Blackcurrant #0D041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.7%

 BLUE value IS 29 (11.72% from 255) = 63.04%

R = 28.26%
G = 8.7%
B = 63.04%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D041D (or 0x0D041D) is known color: Blackcurrant. HEX triplet: 0D, 04 and 1D. RGB value is (13,4,29). Sum of RGB (Red+Green+Blue) = 13+4+29=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 29 (11.72% from 255 or 63.04% from 46); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D041D is #F2FBE2. Grayscale: #090909. Windows color (decimal): -15924195 or 1901581. OLE color: 1901581.

HSL color Cylindrical-coordinate representation of color #0D041D: hue angle of 261.6º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D041D is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 4 29 -
CMYK 0.55 0.86 0 0.89
HSL 261.6º 0.76% 0.06% -
HSV(B) 261.6º 0.86% 0.11% -
XYZ 0.43 0.26 1.19 -
YUV 9.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 13 4 29 0.55 0.86 0 0.89 261.6 0.76 0.06
Hex D 4 1D 37 56 0 59 106 4C 6
Octal 15 4 35 67 126 0 131 406 114 6
Binary 1101 100 11101 110111 1010110 0 1011001 100000110 1001100 110

Color Harmonies of #0D041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D041D

Black with #0D041D

Text Example


Text Example

White with #0D041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,4,29); }

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

background-color css

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

 a { background-color: rgb(13,4,29); }

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

border-color css

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

 span { border-color: rgb(13,4,29); }

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