Html Css Color HEX #1E033D Blackcurrant

📋 copy color: '#1E033D'

red 30 ◦ green 3 ◦ blue 61

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

Shades of Blackcurrant #1E033D

Tints of Blackcurrant #1E033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 64.89%

R = 31.91%
G = 3.19%
B = 64.89%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1E033D (or 0x1E033D) is known color: Blackcurrant. HEX triplet: 1E, 03 and 3D. RGB value is (30,3,61). Sum of RGB (Red+Green+Blue) = 30+3+61=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #1E033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E033D is #E1FCC2. Grayscale: #111111. Windows color (decimal): -14810307 or 3998494. OLE color: 3998494.

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

Color convert

RGB 30 3 61 -
CMYK 0.51 0.95 0 0.76
HSL 267.93º 0.91% 0.13% -
HSV(B) 267.93º 0.95% 0.24% -
XYZ 1.41 0.68 4.47 -
YUV 17.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 30 3 61 0.51 0.95 0 0.76 267.93 0.91 0.13
Hex 1E 3 3D 33 5F 0 4C 10C 5B D
Octal 36 3 75 63 137 0 114 414 133 15
Binary 11110 11 111101 110011 1011111 0 1001100 100001100 1011011 1101

Color Harmonies of #1E033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E033D

Black with #1E033D

Text Example


Text Example

White with #1E033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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