Html Css Color HEX #1A061E Blackcurrant

📋 copy color: '#1A061E'

red 26 ◦ green 6 ◦ blue 30

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

Shades of Blackcurrant #1A061E

Tints of Blackcurrant #1A061E

RGB

 RED value IS 26 (10.55% from 255) = 41.94%

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

 BLUE value IS 30 (12.11% from 255) = 48.39%

R = 41.94%
G = 9.68%
B = 48.39%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1A061E (or 0x1A061E) is known color: Blackcurrant. HEX triplet: 1A, 06 and 1E. RGB value is (26,6,30). Sum of RGB (Red+Green+Blue) = 26+6+30=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A061E is #E5F9E1. Grayscale: #0E0E0E. Windows color (decimal): -15071714 or 1967642. OLE color: 1967642.

HSL color Cylindrical-coordinate representation of color #1A061E: hue angle of 290º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A061E is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 26 6 30 -
CMYK 0.13 0.80 0 0.88
HSL 290º 0.67% 0.07% -
HSV(B) 290º 0.8% 0.12% -
XYZ 0.73 0.44 1.28 -
YUV 14.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 26 6 30 0.13 0.80 0 0.88 290 0.67 0.07
Hex 1A 6 1E D 50 0 58 122 43 7
Octal 32 6 36 15 120 0 130 442 103 7
Binary 11010 110 11110 1101 1010000 0 1011000 100100010 1000011 111

Color Harmonies of #1A061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A061E

Black with #1A061E

Text Example


Text Example

White with #1A061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A061E; }

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

 H1.HeaderClassName
 {
   color: #1A061E;
 }
 .AnyTagClassName
 {
   color: #1A061E;
 }
</style>

background-color css

<style>
 a { background-color: #1A061E; }

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

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

border-color css

<style>
 span { border-color: #1A061E; }

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

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