Html Css Color HEX #1A0D25 Blackcurrant

📋 copy color: '#1A0D25'

red 26 ◦ green 13 ◦ blue 37

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

Shades of Blackcurrant #1A0D25

Tints of Blackcurrant #1A0D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.11%

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

R = 34.21%
G = 17.11%
B = 48.68%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1A0D25 (or 0x1A0D25) is known color: Blackcurrant. HEX triplet: 1A, 0D and 25. RGB value is (26,13,37). Sum of RGB (Red+Green+Blue) = 26+13+37=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A0D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0D25 is #E5F2DA. Grayscale: #131313. Windows color (decimal): -15069915 or 2428186. OLE color: 2428186.

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

Color convert

RGB 26 13 37 -
CMYK 0.30 0.65 0 0.85
HSL 272.5º 0.48% 0.1% -
HSV(B) 272.5º 0.65% 0.15% -
XYZ 0.9 0.64 1.83 -
YUV 19.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 26 13 37 0.30 0.65 0 0.85 272.5 0.48 0.1
Hex 1A D 25 1E 41 0 55 110 30 A
Octal 32 15 45 36 101 0 125 420 60 12
Binary 11010 1101 100101 11110 1000001 0 1010101 100010000 110000 1010

Color Harmonies of #1A0D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0D25

Black with #1A0D25

Text Example


Text Example

White with #1A0D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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