Html Css Color HEX #1A0629 Blackcurrant

📋 copy color: '#1A0629'

red 26 ◦ green 6 ◦ blue 41

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

Shades of Blackcurrant #1A0629

Tints of Blackcurrant #1A0629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.22%

 BLUE value IS 41 (16.41% from 255) = 56.16%

R = 35.62%
G = 8.22%
B = 56.16%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1A0629 (or 0x1A0629) is known color: Blackcurrant. HEX triplet: 1A, 06 and 29. RGB value is (26,6,41). Sum of RGB (Red+Green+Blue) = 26+6+41=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 41 (16.41% from 255 or 56.16% from 73); Max value from RGB is 41 - color contains mainly: blue. Hex color #1A0629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0629 is #E5F9D6. Grayscale: #0F0F0F. Windows color (decimal): -15071703 or 2688538. OLE color: 2688538.

HSL color Cylindrical-coordinate representation of color #1A0629: hue angle of 274.29º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A0629 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 26 6 41 -
CMYK 0.37 0.85 0 0.84
HSL 274.29º 0.74% 0.09% -
HSV(B) 274.29º 0.85% 0.16% -
XYZ 0.89 0.51 2.15 -
YUV 15.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 26 6 41 0.37 0.85 0 0.84 274.29 0.74 0.09
Hex 1A 6 29 25 55 0 54 112 4A 9
Octal 32 6 51 45 125 0 124 422 112 11
Binary 11010 110 101001 100101 1010101 0 1010100 100010010 1001010 1001

Color Harmonies of #1A0629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0629

Black with #1A0629

Text Example


Text Example

White with #1A0629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,6,41); }

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

background-color css

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

 a { background-color: rgb(26,6,41); }

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

border-color css

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

 span { border-color: rgb(26,6,41); }

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