Html Css Color HEX #1A1127 Blackcurrant

📋 copy color: '#1A1127'

red 26 ◦ green 17 ◦ blue 39

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

Shades of Blackcurrant #1A1127

Tints of Blackcurrant #1A1127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.73%

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

R = 31.71%
G = 20.73%
B = 47.56%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1A1127 (or 0x1A1127) is known color: Blackcurrant. HEX triplet: 1A, 11 and 27. RGB value is (26,17,39). Sum of RGB (Red+Green+Blue) = 26+17+39=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: blue. Hex color #1A1127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1127 is #E5EED8. Grayscale: #161616. Windows color (decimal): -15068889 or 2560282. OLE color: 2560282.

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

Color convert

RGB 26 17 39 -
CMYK 0.33 0.56 0 0.85
HSL 264.55º 0.39% 0.11% -
HSV(B) 264.55º 0.56% 0.15% -
XYZ 0.99 0.77 2.02 -
YUV 22.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 26 17 39 0.33 0.56 0 0.85 264.55 0.39 0.11
Hex 1A 11 27 21 38 0 55 109 27 B
Octal 32 21 47 41 70 0 125 411 47 13
Binary 11010 10001 100111 100001 111000 0 1010101 100001001 100111 1011

Color Harmonies of #1A1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1127

Black with #1A1127

Text Example


Text Example

White with #1A1127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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