Html Css Color HEX #1A0140 Blackcurrant

📋 copy color: '#1A0140'

red 26 ◦ green 1 ◦ blue 64

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

Shades of Blackcurrant #1A0140

Tints of Blackcurrant #1A0140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

 BLUE value IS 64 (25.39% from 255) = 70.33%

R = 28.57%
G = 1.1%
B = 70.33%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1A0140 (or 0x1A0140) is known color: Blackcurrant. HEX triplet: 1A, 01 and 40. RGB value is (26,1,64). Sum of RGB (Red+Green+Blue) = 26+1+64=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #1A0140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0140 is #E5FEBF. Grayscale: #0F0F0F. Windows color (decimal): -15072960 or 4194586. OLE color: 4194586.

HSL color Cylindrical-coordinate representation of color #1A0140: hue angle of 263.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A0140 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 26 1 64 -
CMYK 0.59 0.98 0 0.75
HSL 263.81º 0.97% 0.13% -
HSV(B) 263.81º 0.98% 0.25% -
XYZ 1.36 0.61 4.9 -
YUV 15.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 26 1 64 0.59 0.98 0 0.75 263.81 0.97 0.13
Hex 1A 1 40 3B 62 0 4B 108 61 D
Octal 32 1 100 73 142 0 113 410 141 15
Binary 11010 1 1000000 111011 1100010 0 1001011 100001000 1100001 1101

Color Harmonies of #1A0140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0140

Black with #1A0140

Text Example


Text Example

White with #1A0140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,1,64); }

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

background-color css

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

 a { background-color: rgb(26,1,64); }

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

border-color css

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

 span { border-color: rgb(26,1,64); }

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