Html Css Color HEX #0D001F Blackcurrant

📋 copy color: '#0D001F'

red 13 ◦ green 0 ◦ blue 31

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

Shades of Blackcurrant #0D001F

Tints of Blackcurrant #0D001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.55%
G = 0%
B = 70.45%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0D001F (or 0x0D001F) is known color: Blackcurrant. HEX triplet: 0D, 00 and 1F. RGB value is (13,0,31). Sum of RGB (Red+Green+Blue) = 13+0+31=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 31 (12.5% from 255 or 70.45% from 44); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D001F is #F2FFE0. Grayscale: #070707. Windows color (decimal): -15925217 or 2031629. OLE color: 2031629.

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

Color convert

RGB 13 0 31 -
CMYK 0.58 1 0 0.88
HSL 265.16º 1% 0.06% -
HSV(B) 265.16º 1% 0.12% -
XYZ 0.41 0.18 1.31 -
YUV 7.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 13 0 31 0.58 1 0 0.88 265.16 1 0.06
Hex D 0 1F 3A 64 0 58 109 64 6
Octal 15 0 37 72 144 0 130 411 144 6
Binary 1101 0 11111 111010 1100100 0 1011000 100001001 1100100 110

Color Harmonies of #0D001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D001F

Black with #0D001F

Text Example


Text Example

White with #0D001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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