Html Css Color HEX #0D061B Blackcurrant

📋 copy color: '#0D061B'

red 13 ◦ green 6 ◦ blue 27

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

Shades of Blackcurrant #0D061B

Tints of Blackcurrant #0D061B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.04%

 BLUE value IS 27 (10.94% from 255) = 58.7%

R = 28.26%
G = 13.04%
B = 58.7%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D061B (or 0x0D061B) is known color: Blackcurrant. HEX triplet: 0D, 06 and 1B. RGB value is (13,6,27). Sum of RGB (Red+Green+Blue) = 13+6+27=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D061B is #F2F9E4. Grayscale: #0A0A0A. Windows color (decimal): -15923685 or 1771021. OLE color: 1771021.

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

Color convert

RGB 13 6 27 -
CMYK 0.52 0.78 0 0.89
HSL 260º 0.64% 0.06% -
HSV(B) 260º 0.78% 0.11% -
XYZ 0.43 0.29 1.07 -
YUV 10.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 13 6 27 0.52 0.78 0 0.89 260 0.64 0.06
Hex D 6 1B 34 4E 0 59 104 40 6
Octal 15 6 33 64 116 0 131 404 100 6
Binary 1101 110 11011 110100 1001110 0 1011001 100000100 1000000 110

Color Harmonies of #0D061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D061B

Black with #0D061B

Text Example


Text Example

White with #0D061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,6,27); }

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

background-color css

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

 a { background-color: rgb(13,6,27); }

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

border-color css

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

 span { border-color: rgb(13,6,27); }

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