Html Css Color HEX #1A001D Blackcurrant

📋 copy color: '#1A001D'

red 26 ◦ green 0 ◦ blue 29

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

Shades of Blackcurrant #1A001D

Tints of Blackcurrant #1A001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 29 (11.72% from 255) = 52.73%

R = 47.27%
G = 0%
B = 52.73%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A001D (or 0x1A001D) is known color: Blackcurrant. HEX triplet: 1A, 00 and 1D. RGB value is (26,0,29). Sum of RGB (Red+Green+Blue) = 26+0+29=55 (7% of max value = 765). Red value is 26 (10.55% from 255 or 47.27% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A001D is #E5FFE2. Grayscale: #0A0A0A. Windows color (decimal): -15073251 or 1900570. OLE color: 1900570.

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

Color convert

RGB 26 0 29 -
CMYK 0.10 1 0 0.89
HSL 293.79º 1% 0.06% -
HSV(B) 293.79º 1% 0.11% -
XYZ 0.65 0.31 1.19 -
YUV 11.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 26 0 29 0.10 1 0 0.89 293.79 1 0.06
Hex 1A 0 1D A 64 0 59 126 64 6
Octal 32 0 35 12 144 0 131 446 144 6
Binary 11010 0 11101 1010 1100100 0 1011001 100100110 1100100 110

Color Harmonies of #1A001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A001D

Black with #1A001D

Text Example


Text Example

White with #1A001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,0,29); }

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

background-color css

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

 a { background-color: rgb(26,0,29); }

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

border-color css

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

 span { border-color: rgb(26,0,29); }

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