Html Css Color HEX #0D051D Blackcurrant

📋 copy color: '#0D051D'

red 13 ◦ green 5 ◦ blue 29

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

Shades of Blackcurrant #0D051D

Tints of Blackcurrant #0D051D

RGB

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

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

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

R = 27.66%
G = 10.64%
B = 61.7%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D051D (or 0x0D051D) is known color: Blackcurrant. HEX triplet: 0D, 05 and 1D. RGB value is (13,5,29). Sum of RGB (Red+Green+Blue) = 13+5+29=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D051D is #F2FAE2. Grayscale: #0A0A0A. Windows color (decimal): -15923939 or 1901837. OLE color: 1901837.

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

Color convert

RGB 13 5 29 -
CMYK 0.55 0.83 0 0.89
HSL 260º 0.71% 0.07% -
HSV(B) 260º 0.83% 0.11% -
XYZ 0.44 0.28 1.19 -
YUV 10.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 13 5 29 0.55 0.83 0 0.89 260 0.71 0.07
Hex D 5 1D 37 53 0 59 104 47 7
Octal 15 5 35 67 123 0 131 404 107 7
Binary 1101 101 11101 110111 1010011 0 1011001 100000100 1000111 111

Color Harmonies of #0D051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D051D

Black with #0D051D

Text Example


Text Example

White with #0D051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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