Html Css Color HEX #1A0427 Blackcurrant

📋 copy color: '#1A0427'

red 26 ◦ green 4 ◦ blue 39

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

Shades of Blackcurrant #1A0427

Tints of Blackcurrant #1A0427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.8%

 BLUE value IS 39 (15.63% from 255) = 56.52%

R = 37.68%
G = 5.8%
B = 56.52%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1A0427 (or 0x1A0427) is known color: Blackcurrant. HEX triplet: 1A, 04 and 27. RGB value is (26,4,39). Sum of RGB (Red+Green+Blue) = 26+4+39=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #1A0427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0427 is #E5FBD8. Grayscale: #0E0E0E. Windows color (decimal): -15072217 or 2556954. OLE color: 2556954.

HSL color Cylindrical-coordinate representation of color #1A0427: hue angle of 277.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0427 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 26 4 39 -
CMYK 0.33 0.90 0 0.85
HSL 277.71º 0.81% 0.08% -
HSV(B) 277.71º 0.9% 0.15% -
XYZ 0.84 0.45 1.96 -
YUV 14.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 26 4 39 0.33 0.90 0 0.85 277.71 0.81 0.08
Hex 1A 4 27 21 5A 0 55 116 51 8
Octal 32 4 47 41 132 0 125 426 121 10
Binary 11010 100 100111 100001 1011010 0 1010101 100010110 1010001 1000

Color Harmonies of #1A0427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0427

Black with #1A0427

Text Example


Text Example

White with #1A0427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,4,39); }

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

background-color css

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

 a { background-color: rgb(26,4,39); }

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

border-color css

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

 span { border-color: rgb(26,4,39); }

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