Html Css Color HEX #1E0625 Blackcurrant

📋 copy color: '#1E0625'

red 30 ◦ green 6 ◦ blue 37

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

Shades of Blackcurrant #1E0625

Tints of Blackcurrant #1E0625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.22%

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

R = 41.1%
G = 8.22%
B = 50.68%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E0625 (or 0x1E0625) is known color: Blackcurrant. HEX triplet: 1E, 06 and 25. RGB value is (30,6,37). Sum of RGB (Red+Green+Blue) = 30+6+37=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E0625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0625 is #E1F9DA. Grayscale: #101010. Windows color (decimal): -14809563 or 2426398. OLE color: 2426398.

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

Color convert

RGB 30 6 37 -
CMYK 0.19 0.84 0 0.85
HSL 286.45º 0.72% 0.08% -
HSV(B) 286.45º 0.84% 0.15% -
XYZ 0.93 0.54 1.81 -
YUV 16.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 30 6 37 0.19 0.84 0 0.85 286.45 0.72 0.08
Hex 1E 6 25 13 54 0 55 11E 48 8
Octal 36 6 45 23 124 0 125 436 110 10
Binary 11110 110 100101 10011 1010100 0 1010101 100011110 1001000 1000

Color Harmonies of #1E0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0625

Black with #1E0625

Text Example


Text Example

White with #1E0625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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