Html Css Color HEX #1A013B Blackcurrant

📋 copy color: '#1A013B'

red 26 ◦ green 1 ◦ blue 59

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

Shades of Blackcurrant #1A013B

Tints of Blackcurrant #1A013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 68.6%

R = 30.23%
G = 1.16%
B = 68.6%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1A013B (or 0x1A013B) is known color: Blackcurrant. HEX triplet: 1A, 01 and 3B. RGB value is (26,1,59). Sum of RGB (Red+Green+Blue) = 26+1+59=86 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.23% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 59 (23.44% from 255 or 68.60% from 86); Max value from RGB is 59 - color contains mainly: blue. Hex color #1A013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A013B is #E5FEC4. Grayscale: #0E0E0E. Windows color (decimal): -15072965 or 3866906. OLE color: 3866906.

HSL color Cylindrical-coordinate representation of color #1A013B: hue angle of 265.86º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A013B is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 26 1 59 -
CMYK 0.56 0.98 0 0.77
HSL 265.86º 0.97% 0.12% -
HSV(B) 265.86º 0.98% 0.23% -
XYZ 1.23 0.56 4.18 -
YUV 15.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 26 1 59 0.56 0.98 0 0.77 265.86 0.97 0.12
Hex 1A 1 3B 38 62 0 4D 10A 61 C
Octal 32 1 73 70 142 0 115 412 141 14
Binary 11010 1 111011 111000 1100010 0 1001101 100001010 1100001 1100

Color Harmonies of #1A013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A013B

Black with #1A013B

Text Example


Text Example

White with #1A013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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