Html Css Color HEX #1E0D25 Blackcurrant

📋 copy color: '#1E0D25'

red 30 ◦ green 13 ◦ blue 37

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

Shades of Blackcurrant #1E0D25

Tints of Blackcurrant #1E0D25

RGB

 RED value IS 30 (12.11% from 255) = 37.5%

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

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

R = 37.5%
G = 16.25%
B = 46.25%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E0D25 (or 0x1E0D25) is known color: Blackcurrant. HEX triplet: 1E, 0D and 25. RGB value is (30,13,37). Sum of RGB (Red+Green+Blue) = 30+13+37=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E0D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0D25 is #E1F2DA. Grayscale: #141414. Windows color (decimal): -14807771 or 2428190. OLE color: 2428190.

HSL color Cylindrical-coordinate representation of color #1E0D25: hue angle of 282.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 #1E0D25 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 13 37 -
CMYK 0.19 0.65 0 0.85
HSL 282.5º 0.48% 0.1% -
HSV(B) 282.5º 0.65% 0.15% -
XYZ 1.01 0.7 1.83 -
YUV 20.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 30 13 37 0.19 0.65 0 0.85 282.5 0.48 0.1
Hex 1E D 25 13 41 0 55 11A 30 A
Octal 36 15 45 23 101 0 125 432 60 12
Binary 11110 1101 100101 10011 1000001 0 1010101 100011010 110000 1010

Color Harmonies of #1E0D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0D25

Black with #1E0D25

Text Example


Text Example

White with #1E0D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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