Html Css Color HEX #1A0130 Blackcurrant

📋 copy color: '#1A0130'

red 26 ◦ green 1 ◦ blue 48

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

Shades of Blackcurrant #1A0130

Tints of Blackcurrant #1A0130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 64%

R = 34.67%
G = 1.33%
B = 64%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1A0130 (or 0x1A0130) is known color: Blackcurrant. HEX triplet: 1A, 01 and 30. RGB value is (26,1,48). Sum of RGB (Red+Green+Blue) = 26+1+48=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #1A0130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0130 is #E5FECF. Grayscale: #0D0D0D. Windows color (decimal): -15072976 or 3146010. OLE color: 3146010.

HSL color Cylindrical-coordinate representation of color #1A0130: hue angle of 271.91º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A0130 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 26 1 48 -
CMYK 0.46 0.98 0 0.81
HSL 271.91º 0.96% 0.1% -
HSV(B) 271.91º 0.98% 0.19% -
XYZ 0.97 0.45 2.83 -
YUV 13.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 26 1 48 0.46 0.98 0 0.81 271.91 0.96 0.1
Hex 1A 1 30 2E 62 0 51 110 60 A
Octal 32 1 60 56 142 0 121 420 140 12
Binary 11010 1 110000 101110 1100010 0 1010001 100010000 1100000 1010

Color Harmonies of #1A0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0130

Black with #1A0130

Text Example


Text Example

White with #1A0130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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