Html Css Color HEX #1E0F25 Blackcurrant

📋 copy color: '#1E0F25'

red 30 ◦ green 15 ◦ blue 37

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

Shades of Blackcurrant #1E0F25

Tints of Blackcurrant #1E0F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.29%

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

R = 36.59%
G = 18.29%
B = 45.12%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E0F25 (or 0x1E0F25) is known color: Blackcurrant. HEX triplet: 1E, 0F and 25. RGB value is (30,15,37). Sum of RGB (Red+Green+Blue) = 30+15+37=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E0F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0F25 is #E1F0DA. Grayscale: #151515. Windows color (decimal): -14807259 or 2428702. OLE color: 2428702.

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

Color convert

RGB 30 15 37 -
CMYK 0.19 0.59 0 0.85
HSL 280.91º 0.42% 0.1% -
HSV(B) 280.91º 0.59% 0.15% -
XYZ 1.04 0.75 1.84 -
YUV 21.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 30 15 37 0.19 0.59 0 0.85 280.91 0.42 0.1
Hex 1E F 25 13 3B 0 55 119 2A A
Octal 36 17 45 23 73 0 125 431 52 12
Binary 11110 1111 100101 10011 111011 0 1010101 100011001 101010 1010

Color Harmonies of #1E0F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0F25

Black with #1E0F25

Text Example


Text Example

White with #1E0F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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