Html Css Color HEX #0D041C Blackcurrant

📋 copy color: '#0D041C'

red 13 ◦ green 4 ◦ blue 28

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

Shades of Blackcurrant #0D041C

Tints of Blackcurrant #0D041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 62.22%

R = 28.89%
G = 8.89%
B = 62.22%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D041C (or 0x0D041C) is known color: Blackcurrant. HEX triplet: 0D, 04 and 1C. RGB value is (13,4,28). Sum of RGB (Red+Green+Blue) = 13+4+28=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D041C is #F2FBE3. Grayscale: #090909. Windows color (decimal): -15924196 or 1836045. OLE color: 1836045.

HSL color Cylindrical-coordinate representation of color #0D041C: hue angle of 262.5º degrees, saturation: 0.75, 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 #0D041C is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 4 28 -
CMYK 0.54 0.86 0 0.89
HSL 262.5º 0.75% 0.06% -
HSV(B) 262.5º 0.86% 0.11% -
XYZ 0.42 0.26 1.13 -
YUV 9.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 13 4 28 0.54 0.86 0 0.89 262.5 0.75 0.06
Hex D 4 1C 36 56 0 59 106 4B 6
Octal 15 4 34 66 126 0 131 406 113 6
Binary 1101 100 11100 110110 1010110 0 1011001 100000110 1001011 110

Color Harmonies of #0D041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D041C

Black with #0D041C

Text Example


Text Example

White with #0D041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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