Html Css Color HEX #1A0127 Blackcurrant

📋 copy color: '#1A0127'

red 26 ◦ green 1 ◦ blue 39

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

Shades of Blackcurrant #1A0127

Tints of Blackcurrant #1A0127

RGB

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

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

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

R = 39.39%
G = 1.52%
B = 59.09%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1A0127 (or 0x1A0127) is known color: Blackcurrant. HEX triplet: 1A, 01 and 27. RGB value is (26,1,39). Sum of RGB (Red+Green+Blue) = 26+1+39=66 (8% of max value = 765). Red value is 26 (10.55% from 255 or 39.39% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 39 (15.62% from 255 or 59.09% from 66); Max value from RGB is 39 - color contains mainly: blue. Hex color #1A0127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0127 is #E5FED8. Grayscale: #0C0C0C. Windows color (decimal): -15072985 or 2556186. OLE color: 2556186.

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

Color convert

RGB 26 1 39 -
CMYK 0.33 0.97 0 0.85
HSL 279.47º 0.95% 0.08% -
HSV(B) 279.47º 0.97% 0.15% -
XYZ 0.8 0.39 1.95 -
YUV 12.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 26 1 39 0.33 0.97 0 0.85 279.47 0.95 0.08
Hex 1A 1 27 21 61 0 55 117 5F 8
Octal 32 1 47 41 141 0 125 427 137 10
Binary 11010 1 100111 100001 1100001 0 1010101 100010111 1011111 1000

Color Harmonies of #1A0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0127

Black with #1A0127

Text Example


Text Example

White with #1A0127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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