Html Css Color HEX #1A0830 Blackcurrant

📋 copy color: '#1A0830'

red 26 ◦ green 8 ◦ blue 48

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

Shades of Blackcurrant #1A0830

Tints of Blackcurrant #1A0830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.76%

 BLUE value IS 48 (19.14% from 255) = 58.54%

R = 31.71%
G = 9.76%
B = 58.54%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1A0830 (or 0x1A0830) is known color: Blackcurrant. HEX triplet: 1A, 08 and 30. RGB value is (26,8,48). Sum of RGB (Red+Green+Blue) = 26+8+48=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #1A0830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0830 is #E5F7CF. Grayscale: #111111. Windows color (decimal): -15071184 or 3147802. OLE color: 3147802.

HSL color Cylindrical-coordinate representation of color #1A0830: hue angle of 267º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A0830 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 26 8 48 -
CMYK 0.46 0.83 0 0.81
HSL 267º 0.71% 0.11% -
HSV(B) 267º 0.83% 0.19% -
XYZ 1.05 0.61 2.86 -
YUV 17.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 26 8 48 0.46 0.83 0 0.81 267 0.71 0.11
Hex 1A 8 30 2E 53 0 51 10B 47 B
Octal 32 10 60 56 123 0 121 413 107 13
Binary 11010 1000 110000 101110 1010011 0 1010001 100001011 1000111 1011

Color Harmonies of #1A0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0830

Black with #1A0830

Text Example


Text Example

White with #1A0830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,8,48); }

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

background-color css

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

 a { background-color: rgb(26,8,48); }

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

border-color css

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

 span { border-color: rgb(26,8,48); }

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