Html Css Color HEX #1A0030 Blackcurrant

📋 copy color: '#1A0030'

red 26 ◦ green 0 ◦ blue 48

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

Shades of Blackcurrant #1A0030

Tints of Blackcurrant #1A0030

RGB

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

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

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

R = 35.14%
G = 0%
B = 64.86%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1A0030 (or 0x1A0030) is known color: Blackcurrant. HEX triplet: 1A, 00 and 30. RGB value is (26,0,48). Sum of RGB (Red+Green+Blue) = 26+0+48=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #1A0030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0030 is #E5FFCF. Grayscale: #0D0D0D. Windows color (decimal): -15073232 or 3145754. OLE color: 3145754.

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

Color convert

RGB 26 0 48 -
CMYK 0.46 1 0 0.81
HSL 272.5º 1% 0.09% -
HSV(B) 272.5º 1% 0.19% -
XYZ 0.96 0.43 2.83 -
YUV 13.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 26 0 48 0.46 1 0 0.81 272.5 1 0.09
Hex 1A 0 30 2E 64 0 51 110 64 9
Octal 32 0 60 56 144 0 121 420 144 11
Binary 11010 0 110000 101110 1100100 0 1010001 100010000 1100100 1001

Color Harmonies of #1A0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0030

Black with #1A0030

Text Example


Text Example

White with #1A0030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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