Html Css Color HEX #1E0539 Blackcurrant

📋 copy color: '#1E0539'

red 30 ◦ green 5 ◦ blue 57

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

Shades of Blackcurrant #1E0539

Tints of Blackcurrant #1E0539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.43%

 BLUE value IS 57 (22.66% from 255) = 61.96%

R = 32.61%
G = 5.43%
B = 61.96%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1E0539 (or 0x1E0539) is known color: Blackcurrant. HEX triplet: 1E, 05 and 39. RGB value is (30,5,57). Sum of RGB (Red+Green+Blue) = 30+5+57=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 57 (22.66% from 255 or 61.96% from 92); Max value from RGB is 57 - color contains mainly: blue. Hex color #1E0539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0539 is #E1FAC6. Grayscale: #121212. Windows color (decimal): -14809799 or 3736862. OLE color: 3736862.

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

Color convert

RGB 30 5 57 -
CMYK 0.47 0.91 0 0.78
HSL 268.85º 0.84% 0.12% -
HSV(B) 268.85º 0.91% 0.22% -
XYZ 1.33 0.68 3.93 -
YUV 18.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 30 5 57 0.47 0.91 0 0.78 268.85 0.84 0.12
Hex 1E 5 39 2F 5B 0 4E 10D 54 C
Octal 36 5 71 57 133 0 116 415 124 14
Binary 11110 101 111001 101111 1011011 0 1001110 100001101 1010100 1100

Color Harmonies of #1E0539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0539

Black with #1E0539

Text Example


Text Example

White with #1E0539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,5,57); }

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

background-color css

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

 a { background-color: rgb(30,5,57); }

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

border-color css

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

 span { border-color: rgb(30,5,57); }

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