Html Css Color HEX #1A093A Blackcurrant

📋 copy color: '#1A093A'

red 26 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #1A093A

Tints of Blackcurrant #1A093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.68%

 BLUE value IS 58 (23.05% from 255) = 62.37%

R = 27.96%
G = 9.68%
B = 62.37%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1A093A (or 0x1A093A) is known color: Blackcurrant. HEX triplet: 1A, 09 and 3A. RGB value is (26,9,58). Sum of RGB (Red+Green+Blue) = 26+9+58=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A093A is #E5F6C5. Grayscale: #131313. Windows color (decimal): -15070918 or 3803418. OLE color: 3803418.

HSL color Cylindrical-coordinate representation of color #1A093A: hue angle of 260.82º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A093A is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 26 9 58 -
CMYK 0.55 0.84 0 0.77
HSL 260.82º 0.73% 0.13% -
HSV(B) 260.82º 0.84% 0.23% -
XYZ 1.29 0.72 4.07 -
YUV 19.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 26 9 58 0.55 0.84 0 0.77 260.82 0.73 0.13
Hex 1A 9 3A 37 54 0 4D 105 49 D
Octal 32 11 72 67 124 0 115 405 111 15
Binary 11010 1001 111010 110111 1010100 0 1001101 100000101 1001001 1101

Color Harmonies of #1A093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A093A

Black with #1A093A

Text Example


Text Example

White with #1A093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,9,58); }

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

background-color css

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

 a { background-color: rgb(26,9,58); }

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

border-color css

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

 span { border-color: rgb(26,9,58); }

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