Html Css Color HEX #1E0239 Blackcurrant

📋 copy color: '#1E0239'

red 30 ◦ green 2 ◦ blue 57

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

Shades of Blackcurrant #1E0239

Tints of Blackcurrant #1E0239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.25%

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

R = 33.71%
G = 2.25%
B = 64.04%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1E0239 (or 0x1E0239) is known color: Blackcurrant. HEX triplet: 1E, 02 and 39. RGB value is (30,2,57). Sum of RGB (Red+Green+Blue) = 30+2+57=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 57 (22.66% from 255 or 64.04% from 89); Max value from RGB is 57 - color contains mainly: blue. Hex color #1E0239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0239 is #E1FDC6. Grayscale: #101010. Windows color (decimal): -14810567 or 3736094. OLE color: 3736094.

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

Color convert

RGB 30 2 57 -
CMYK 0.47 0.96 0 0.78
HSL 270.55º 0.93% 0.12% -
HSV(B) 270.55º 0.96% 0.22% -
XYZ 1.3 0.61 3.92 -
YUV 16.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 30 2 57 0.47 0.96 0 0.78 270.55 0.93 0.12
Hex 1E 2 39 2F 60 0 4E 10F 5D C
Octal 36 2 71 57 140 0 116 417 135 14
Binary 11110 10 111001 101111 1100000 0 1001110 100001111 1011101 1100

Color Harmonies of #1E0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0239

Black with #1E0239

Text Example


Text Example

White with #1E0239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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