Html Css Color HEX #1A021F Blackcurrant

📋 copy color: '#1A021F'

red 26 ◦ green 2 ◦ blue 31

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

Shades of Blackcurrant #1A021F

Tints of Blackcurrant #1A021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.39%

 BLUE value IS 31 (12.5% from 255) = 52.54%

R = 44.07%
G = 3.39%
B = 52.54%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1A021F (or 0x1A021F) is known color: Blackcurrant. HEX triplet: 1A, 02 and 1F. RGB value is (26,2,31). Sum of RGB (Red+Green+Blue) = 26+2+31=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A021F is #E5FDE0. Grayscale: #0C0C0C. Windows color (decimal): -15072737 or 2032154. OLE color: 2032154.

HSL color Cylindrical-coordinate representation of color #1A021F: hue angle of 289.66º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A021F is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 26 2 31 -
CMYK 0.16 0.94 0 0.88
HSL 289.66º 0.88% 0.06% -
HSV(B) 289.66º 0.94% 0.12% -
XYZ 0.7 0.36 1.33 -
YUV 12.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 26 2 31 0.16 0.94 0 0.88 289.66 0.88 0.06
Hex 1A 2 1F 10 5E 0 58 122 58 6
Octal 32 2 37 20 136 0 130 442 130 6
Binary 11010 10 11111 10000 1011110 0 1011000 100100010 1011000 110

Color Harmonies of #1A021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A021F

Black with #1A021F

Text Example


Text Example

White with #1A021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,2,31); }

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

background-color css

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

 a { background-color: rgb(26,2,31); }

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

border-color css

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

 span { border-color: rgb(26,2,31); }

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