Html Css Color HEX #0D061A Blackcurrant

📋 copy color: '#0D061A'

red 13 ◦ green 6 ◦ blue 26

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

Shades of Blackcurrant #0D061A

Tints of Blackcurrant #0D061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 57.78%

R = 28.89%
G = 13.33%
B = 57.78%

CMYK

 C value IS 0.5

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0D061A (or 0x0D061A) is known color: Blackcurrant. HEX triplet: 0D, 06 and 1A. RGB value is (13,6,26). Sum of RGB (Red+Green+Blue) = 13+6+26=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 26 (10.55% from 255 or 57.78% from 45); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D061A is #F2F9E5. Grayscale: #0A0A0A. Windows color (decimal): -15923686 or 1705485. OLE color: 1705485.

HSL color Cylindrical-coordinate representation of color #0D061A: hue angle of 261º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D061A is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 6 26 -
CMYK 0.5 0.77 0 0.90
HSL 261º 0.63% 0.06% -
HSV(B) 261º 0.77% 0.1% -
XYZ 0.42 0.29 1.01 -
YUV 10.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 13 6 26 0.5 0.77 0 0.90 261 0.63 0.06
Hex D 6 1A 32 4D 0 5A 105 3E 6
Octal 15 6 32 62 115 0 132 405 76 6
Binary 1101 110 11010 110010 1001101 0 1011010 100000101 111110 110

Color Harmonies of #0D061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D061A

Black with #0D061A

Text Example


Text Example

White with #0D061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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