Html Css Color HEX #1E1025 Blackcurrant

📋 copy color: '#1E1025'

red 30 ◦ green 16 ◦ blue 37

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

Shades of Blackcurrant #1E1025

Tints of Blackcurrant #1E1025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.28%

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

R = 36.14%
G = 19.28%
B = 44.58%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E1025 (or 0x1E1025) is known color: Blackcurrant. HEX triplet: 1E, 10 and 25. RGB value is (30,16,37). Sum of RGB (Red+Green+Blue) = 30+16+37=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E1025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1025 is #E1EFDA. Grayscale: #161616. Windows color (decimal): -14807003 or 2428958. OLE color: 2428958.

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

Color convert

RGB 30 16 37 -
CMYK 0.19 0.57 0 0.85
HSL 280º 0.4% 0.1% -
HSV(B) 280º 0.57% 0.15% -
XYZ 1.05 0.78 1.85 -
YUV 22.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 30 16 37 0.19 0.57 0 0.85 280 0.4 0.1
Hex 1E 10 25 13 39 0 55 118 28 A
Octal 36 20 45 23 71 0 125 430 50 12
Binary 11110 10000 100101 10011 111001 0 1010101 100011000 101000 1010

Color Harmonies of #1E1025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1025

Black with #1E1025

Text Example


Text Example

White with #1E1025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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