Html Css Color HEX #0D031C Blackcurrant

📋 copy color: '#0D031C'

red 13 ◦ green 3 ◦ blue 28

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

Shades of Blackcurrant #0D031C

Tints of Blackcurrant #0D031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.82%

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

R = 29.55%
G = 6.82%
B = 63.64%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D031C (or 0x0D031C) is known color: Blackcurrant. HEX triplet: 0D, 03 and 1C. RGB value is (13,3,28). Sum of RGB (Red+Green+Blue) = 13+3+28=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 28 (11.33% from 255 or 63.64% from 44); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D031C is #F2FCE3. Grayscale: #080808. Windows color (decimal): -15924452 or 1835789. OLE color: 1835789.

HSL color Cylindrical-coordinate representation of color #0D031C: hue angle of 264º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D031C is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 3 28 -
CMYK 0.54 0.89 0 0.89
HSL 264º 0.81% 0.06% -
HSV(B) 264º 0.89% 0.11% -
XYZ 0.41 0.23 1.12 -
YUV 8.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 13 3 28 0.54 0.89 0 0.89 264 0.81 0.06
Hex D 3 1C 36 59 0 59 108 51 6
Octal 15 3 34 66 131 0 131 410 121 6
Binary 1101 11 11100 110110 1011001 0 1011001 100001000 1010001 110

Color Harmonies of #0D031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D031C

Black with #0D031C

Text Example


Text Example

White with #0D031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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