Html Css Color HEX #1E0825 Blackcurrant

📋 copy color: '#1E0825'

red 30 ◦ green 8 ◦ blue 37

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

Shades of Blackcurrant #1E0825

Tints of Blackcurrant #1E0825

RGB

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

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

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

R = 40%
G = 10.67%
B = 49.33%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E0825 (or 0x1E0825) is known color: Blackcurrant. HEX triplet: 1E, 08 and 25. RGB value is (30,8,37). Sum of RGB (Red+Green+Blue) = 30+8+37=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E0825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0825 is #E1F7DA. Grayscale: #111111. Windows color (decimal): -14809051 or 2426910. OLE color: 2426910.

HSL color Cylindrical-coordinate representation of color #1E0825: hue angle of 285.52º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E0825 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 8 37 -
CMYK 0.19 0.78 0 0.85
HSL 285.52º 0.64% 0.09% -
HSV(B) 285.52º 0.78% 0.15% -
XYZ 0.96 0.58 1.81 -
YUV 17.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 30 8 37 0.19 0.78 0 0.85 285.52 0.64 0.09
Hex 1E 8 25 13 4E 0 55 11E 40 9
Octal 36 10 45 23 116 0 125 436 100 11
Binary 11110 1000 100101 10011 1001110 0 1010101 100011110 1000000 1001

Color Harmonies of #1E0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0825

Black with #1E0825

Text Example


Text Example

White with #1E0825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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