Html Css Color HEX #1A003E Blackcurrant

📋 copy color: '#1A003E'

red 26 ◦ green 0 ◦ blue 62

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

Shades of Blackcurrant #1A003E

Tints of Blackcurrant #1A003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 70.45%

R = 29.55%
G = 0%
B = 70.45%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1A003E (or 0x1A003E) is known color: Blackcurrant. HEX triplet: 1A, 00 and 3E. RGB value is (26,0,62). Sum of RGB (Red+Green+Blue) = 26+0+62=88 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.55% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 62 (24.61% from 255 or 70.45% from 88); Max value from RGB is 62 - color contains mainly: blue. Hex color #1A003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A003E is #E5FFC1. Grayscale: #0E0E0E. Windows color (decimal): -15073218 or 4063258. OLE color: 4063258.

HSL color Cylindrical-coordinate representation of color #1A003E: hue angle of 265.16º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A003E is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 26 0 62 -
CMYK 0.58 1 0 0.76
HSL 265.16º 1% 0.12% -
HSV(B) 265.16º 1% 0.24% -
XYZ 1.3 0.57 4.6 -
YUV 14.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 26 0 62 0.58 1 0 0.76 265.16 1 0.12
Hex 1A 0 3E 3A 64 0 4C 109 64 C
Octal 32 0 76 72 144 0 114 411 144 14
Binary 11010 0 111110 111010 1100100 0 1001100 100001001 1100100 1100

Color Harmonies of #1A003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A003E

Black with #1A003E

Text Example


Text Example

White with #1A003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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