Html Css Color HEX #1E0837 Blackcurrant

📋 copy color: '#1E0837'

red 30 ◦ green 8 ◦ blue 55

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

Shades of Blackcurrant #1E0837

Tints of Blackcurrant #1E0837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 59.14%

R = 32.26%
G = 8.6%
B = 59.14%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1E0837 (or 0x1E0837) is known color: Blackcurrant. HEX triplet: 1E, 08 and 37. RGB value is (30,8,55). Sum of RGB (Red+Green+Blue) = 30+8+55=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E0837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0837 is #E1F7C8. Grayscale: #131313. Windows color (decimal): -14809033 or 3606558. OLE color: 3606558.

HSL color Cylindrical-coordinate representation of color #1E0837: hue angle of 268.09º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E0837 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 30 8 55 -
CMYK 0.45 0.85 0 0.78
HSL 268.09º 0.75% 0.12% -
HSV(B) 268.09º 0.85% 0.22% -
XYZ 1.31 0.73 3.69 -
YUV 19.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 30 8 55 0.45 0.85 0 0.78 268.09 0.75 0.12
Hex 1E 8 37 2D 55 0 4E 10C 4B C
Octal 36 10 67 55 125 0 116 414 113 14
Binary 11110 1000 110111 101101 1010101 0 1001110 100001100 1001011 1100

Color Harmonies of #1E0837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0837

Black with #1E0837

Text Example


Text Example

White with #1E0837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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