Html Css Color HEX #1A071E Blackcurrant

📋 copy color: '#1A071E'

red 26 ◦ green 7 ◦ blue 30

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

Shades of Blackcurrant #1A071E

Tints of Blackcurrant #1A071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.11%

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

R = 41.27%
G = 11.11%
B = 47.62%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1A071E (or 0x1A071E) is known color: Blackcurrant. HEX triplet: 1A, 07 and 1E. RGB value is (26,7,30). Sum of RGB (Red+Green+Blue) = 26+7+30=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A071E is #E5F8E1. Grayscale: #0F0F0F. Windows color (decimal): -15071458 or 1967898. OLE color: 1967898.

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

Color convert

RGB 26 7 30 -
CMYK 0.13 0.77 0 0.88
HSL 289.57º 0.62% 0.07% -
HSV(B) 289.57º 0.77% 0.12% -
XYZ 0.74 0.47 1.28 -
YUV 15.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 26 7 30 0.13 0.77 0 0.88 289.57 0.62 0.07
Hex 1A 7 1E D 4D 0 58 122 3E 7
Octal 32 7 36 15 115 0 130 442 76 7
Binary 11010 111 11110 1101 1001101 0 1011000 100100010 111110 111

Color Harmonies of #1A071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A071E

Black with #1A071E

Text Example


Text Example

White with #1A071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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