Html Css Color HEX #1A0225 Blackcurrant

📋 copy color: '#1A0225'

red 26 ◦ green 2 ◦ blue 37

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

Shades of Blackcurrant #1A0225

Tints of Blackcurrant #1A0225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 56.92%

R = 40%
G = 3.08%
B = 56.92%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1A0225 (or 0x1A0225) is known color: Blackcurrant. HEX triplet: 1A, 02 and 25. RGB value is (26,2,37). Sum of RGB (Red+Green+Blue) = 26+2+37=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A0225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0225 is #E5FDDA. Grayscale: #0D0D0D. Windows color (decimal): -15072731 or 2425370. OLE color: 2425370.

HSL color Cylindrical-coordinate representation of color #1A0225: hue angle of 281.14º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0225 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 26 2 37 -
CMYK 0.30 0.95 0 0.85
HSL 281.14º 0.9% 0.08% -
HSV(B) 281.14º 0.95% 0.15% -
XYZ 0.78 0.4 1.79 -
YUV 13.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 26 2 37 0.30 0.95 0 0.85 281.14 0.9 0.08
Hex 1A 2 25 1E 5F 0 55 119 5A 8
Octal 32 2 45 36 137 0 125 431 132 10
Binary 11010 10 100101 11110 1011111 0 1010101 100011001 1011010 1000

Color Harmonies of #1A0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0225

Black with #1A0225

Text Example


Text Example

White with #1A0225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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