Html Css Color HEX #1A0330 Blackcurrant

📋 copy color: '#1A0330'

red 26 ◦ green 3 ◦ blue 48

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

Shades of Blackcurrant #1A0330

Tints of Blackcurrant #1A0330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.9%

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

R = 33.77%
G = 3.9%
B = 62.34%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1A0330 (or 0x1A0330) is known color: Blackcurrant. HEX triplet: 1A, 03 and 30. RGB value is (26,3,48). Sum of RGB (Red+Green+Blue) = 26+3+48=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #1A0330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0330 is #E5FCCF. Grayscale: #0E0E0E. Windows color (decimal): -15072464 or 3146522. OLE color: 3146522.

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

Color convert

RGB 26 3 48 -
CMYK 0.46 0.94 0 0.81
HSL 270.67º 0.88% 0.1% -
HSV(B) 270.67º 0.94% 0.19% -
XYZ 0.99 0.5 2.84 -
YUV 15.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 26 3 48 0.46 0.94 0 0.81 270.67 0.88 0.1
Hex 1A 3 30 2E 5E 0 51 10F 58 A
Octal 32 3 60 56 136 0 121 417 130 12
Binary 11010 11 110000 101110 1011110 0 1010001 100001111 1011000 1010

Color Harmonies of #1A0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0330

Black with #1A0330

Text Example


Text Example

White with #1A0330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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