Html Css Color HEX #1E033C Blackcurrant

📋 copy color: '#1E033C'

red 30 ◦ green 3 ◦ blue 60

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

Shades of Blackcurrant #1E033C

Tints of Blackcurrant #1E033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.23%

 BLUE value IS 60 (23.83% from 255) = 64.52%

R = 32.26%
G = 3.23%
B = 64.52%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1E033C (or 0x1E033C) is known color: Blackcurrant. HEX triplet: 1E, 03 and 3C. RGB value is (30,3,60). Sum of RGB (Red+Green+Blue) = 30+3+60=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #1E033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E033C is #E1FCC3. Grayscale: #111111. Windows color (decimal): -14810308 or 3932958. OLE color: 3932958.

HSL color Cylindrical-coordinate representation of color #1E033C: hue angle of 268.42º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E033C is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 30 3 60 -
CMYK 0.50 0.95 0 0.76
HSL 268.42º 0.9% 0.12% -
HSV(B) 268.42º 0.95% 0.24% -
XYZ 1.38 0.67 4.33 -
YUV 17.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 30 3 60 0.50 0.95 0 0.76 268.42 0.9 0.12
Hex 1E 3 3C 32 5F 0 4C 10C 5A C
Octal 36 3 74 62 137 0 114 414 132 14
Binary 11110 11 111100 110010 1011111 0 1001100 100001100 1011010 1100

Color Harmonies of #1E033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E033C

Black with #1E033C

Text Example


Text Example

White with #1E033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,3,60); }

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

background-color css

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

 a { background-color: rgb(30,3,60); }

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

border-color css

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

 span { border-color: rgb(30,3,60); }

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