Html Css Color HEX #0D011F Blackcurrant

📋 copy color: '#0D011F'

red 13 ◦ green 1 ◦ blue 31

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

Shades of Blackcurrant #0D011F

Tints of Blackcurrant #0D011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.22%

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

R = 28.89%
G = 2.22%
B = 68.89%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0D011F (or 0x0D011F) is known color: Blackcurrant. HEX triplet: 0D, 01 and 1F. RGB value is (13,1,31). Sum of RGB (Red+Green+Blue) = 13+1+31=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 31 (12.5% from 255 or 68.89% from 45); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D011F is #F2FEE0. Grayscale: #070707. Windows color (decimal): -15924961 or 2031885. OLE color: 2031885.

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

Color convert

RGB 13 1 31 -
CMYK 0.58 0.97 0 0.88
HSL 264º 0.94% 0.06% -
HSV(B) 264º 0.97% 0.12% -
XYZ 0.42 0.21 1.31 -
YUV 8.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 13 1 31 0.58 0.97 0 0.88 264 0.94 0.06
Hex D 1 1F 3A 61 0 58 108 5E 6
Octal 15 1 37 72 141 0 130 410 136 6
Binary 1101 1 11111 111010 1100001 0 1011000 100001000 1011110 110

Color Harmonies of #0D011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D011F

Black with #0D011F

Text Example


Text Example

White with #0D011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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