Html Css Color HEX #0D051C Blackcurrant

📋 copy color: '#0D051C'

red 13 ◦ green 5 ◦ blue 28

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

Shades of Blackcurrant #0D051C

Tints of Blackcurrant #0D051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.87%

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

R = 28.26%
G = 10.87%
B = 60.87%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D051C (or 0x0D051C) is known color: Blackcurrant. HEX triplet: 0D, 05 and 1C. RGB value is (13,5,28). Sum of RGB (Red+Green+Blue) = 13+5+28=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D051C is #F2FAE3. Grayscale: #090909. Windows color (decimal): -15923940 or 1836301. OLE color: 1836301.

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

Color convert

RGB 13 5 28 -
CMYK 0.54 0.82 0 0.89
HSL 260.87º 0.7% 0.06% -
HSV(B) 260.87º 0.82% 0.11% -
XYZ 0.43 0.28 1.13 -
YUV 10.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 13 5 28 0.54 0.82 0 0.89 260.87 0.7 0.06
Hex D 5 1C 36 52 0 59 105 46 6
Octal 15 5 34 66 122 0 131 405 106 6
Binary 1101 101 11100 110110 1010010 0 1011001 100000101 1000110 110

Color Harmonies of #0D051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D051C

Black with #0D051C

Text Example


Text Example

White with #0D051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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