Html Css Color HEX #1A092D Blackcurrant

📋 copy color: '#1A092D'

red 26 ◦ green 9 ◦ blue 45

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

Shades of Blackcurrant #1A092D

Tints of Blackcurrant #1A092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 56.25%

R = 32.5%
G = 11.25%
B = 56.25%

CMYK

 C value IS 0.42

 M value IS 0.8

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1A092D (or 0x1A092D) is known color: Blackcurrant. HEX triplet: 1A, 09 and 2D. RGB value is (26,9,45). Sum of RGB (Red+Green+Blue) = 26+9+45=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #1A092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A092D is #E5F6D2. Grayscale: #121212. Windows color (decimal): -15070931 or 2951450. OLE color: 2951450.

HSL color Cylindrical-coordinate representation of color #1A092D: hue angle of 268.33º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A092D is Cyan = 0.42, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 26 9 45 -
CMYK 0.42 0.8 0 0.82
HSL 268.33º 0.67% 0.11% -
HSV(B) 268.33º 0.8% 0.18% -
XYZ 1 0.6 2.55 -
YUV 18.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 26 9 45 0.42 0.8 0 0.82 268.33 0.67 0.11
Hex 1A 9 2D 2A 50 0 52 10C 43 B
Octal 32 11 55 52 120 0 122 414 103 13
Binary 11010 1001 101101 101010 1010000 0 1010010 100001100 1000011 1011

Color Harmonies of #1A092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A092D

Black with #1A092D

Text Example


Text Example

White with #1A092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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