Html Css Color HEX #1A002D Blackcurrant

📋 copy color: '#1A002D'

red 26 ◦ green 0 ◦ blue 45

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

Shades of Blackcurrant #1A002D

Tints of Blackcurrant #1A002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 63.38%

R = 36.62%
G = 0%
B = 63.38%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1A002D (or 0x1A002D) is known color: Blackcurrant. HEX triplet: 1A, 00 and 2D. RGB value is (26,0,45). Sum of RGB (Red+Green+Blue) = 26+0+45=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #1A002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A002D is #E5FFD2. Grayscale: #0C0C0C. Windows color (decimal): -15073235 or 2949146. OLE color: 2949146.

HSL color Cylindrical-coordinate representation of color #1A002D: hue angle of 274.67º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A002D is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 26 0 45 -
CMYK 0.42 1 0 0.82
HSL 274.67º 1% 0.09% -
HSV(B) 274.67º 1% 0.18% -
XYZ 0.9 0.41 2.51 -
YUV 12.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 26 0 45 0.42 1 0 0.82 274.67 1 0.09
Hex 1A 0 2D 2A 64 0 52 113 64 9
Octal 32 0 55 52 144 0 122 423 144 11
Binary 11010 0 101101 101010 1100100 0 1010010 100010011 1100100 1001

Color Harmonies of #1A002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A002D

Black with #1A002D

Text Example


Text Example

White with #1A002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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