Html Css Color HEX #1A0232 Blackcurrant

📋 copy color: '#1A0232'

red 26 ◦ green 2 ◦ blue 50

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

Shades of Blackcurrant #1A0232

Tints of Blackcurrant #1A0232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.56%

 BLUE value IS 50 (19.92% from 255) = 64.1%

R = 33.33%
G = 2.56%
B = 64.1%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1A0232 (or 0x1A0232) is known color: Blackcurrant. HEX triplet: 1A, 02 and 32. RGB value is (26,2,50). Sum of RGB (Red+Green+Blue) = 26+2+50=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #1A0232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0232 is #E5FDCD. Grayscale: #0E0E0E. Windows color (decimal): -15072718 or 3277338. OLE color: 3277338.

HSL color Cylindrical-coordinate representation of color #1A0232: hue angle of 270º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0232 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 26 2 50 -
CMYK 0.48 0.96 0 0.80
HSL 270º 0.92% 0.1% -
HSV(B) 270º 0.96% 0.2% -
XYZ 1.02 0.49 3.06 -
YUV 14.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 26 2 50 0.48 0.96 0 0.80 270 0.92 0.1
Hex 1A 2 32 30 60 0 50 10E 5C A
Octal 32 2 62 60 140 0 120 416 134 12
Binary 11010 10 110010 110000 1100000 0 1010000 100001110 1011100 1010

Color Harmonies of #1A0232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0232

Black with #1A0232

Text Example


Text Example

White with #1A0232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,2,50); }

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

background-color css

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

 a { background-color: rgb(26,2,50); }

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

border-color css

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

 span { border-color: rgb(26,2,50); }

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