Html Css Color HEX #0D041F Blackcurrant

📋 copy color: '#0D041F'

red 13 ◦ green 4 ◦ blue 31

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

Shades of Blackcurrant #0D041F

Tints of Blackcurrant #0D041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 64.58%

R = 27.08%
G = 8.33%
B = 64.58%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0D041F (or 0x0D041F) is known color: Blackcurrant. HEX triplet: 0D, 04 and 1F. RGB value is (13,4,31). Sum of RGB (Red+Green+Blue) = 13+4+31=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D041F is #F2FBE0. Grayscale: #090909. Windows color (decimal): -15924193 or 2032653. OLE color: 2032653.

HSL color Cylindrical-coordinate representation of color #0D041F: hue angle of 260º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D041F is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 4 31 -
CMYK 0.58 0.87 0 0.88
HSL 260º 0.77% 0.07% -
HSV(B) 260º 0.87% 0.12% -
XYZ 0.46 0.27 1.32 -
YUV 9.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 13 4 31 0.58 0.87 0 0.88 260 0.77 0.07
Hex D 4 1F 3A 57 0 58 104 4D 7
Octal 15 4 37 72 127 0 130 404 115 7
Binary 1101 100 11111 111010 1010111 0 1011000 100000100 1001101 111

Color Harmonies of #0D041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D041F

Black with #0D041F

Text Example


Text Example

White with #0D041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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