Html Css Color HEX #0D021D Blackcurrant

📋 copy color: '#0D021D'

red 13 ◦ green 2 ◦ blue 29

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

Shades of Blackcurrant #0D021D

Tints of Blackcurrant #0D021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.55%

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

R = 29.55%
G = 4.55%
B = 65.91%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D021D (or 0x0D021D) is known color: Blackcurrant. HEX triplet: 0D, 02 and 1D. RGB value is (13,2,29). Sum of RGB (Red+Green+Blue) = 13+2+29=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D021D is #F2FDE2. Grayscale: #080808. Windows color (decimal): -15924707 or 1901069. OLE color: 1901069.

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

Color convert

RGB 13 2 29 -
CMYK 0.55 0.93 0 0.89
HSL 264.44º 0.87% 0.06% -
HSV(B) 264.44º 0.93% 0.11% -
XYZ 0.41 0.22 1.18 -
YUV 8.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 13 2 29 0.55 0.93 0 0.89 264.44 0.87 0.06
Hex D 2 1D 37 5D 0 59 108 57 6
Octal 15 2 35 67 135 0 131 410 127 6
Binary 1101 10 11101 110111 1011101 0 1011001 100001000 1010111 110

Color Harmonies of #0D021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D021D

Black with #0D021D

Text Example


Text Example

White with #0D021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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