Html Css Color HEX #1E0939 Blackcurrant

📋 copy color: '#1E0939'

red 30 ◦ green 9 ◦ blue 57

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

Shades of Blackcurrant #1E0939

Tints of Blackcurrant #1E0939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.38%

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

R = 31.25%
G = 9.38%
B = 59.38%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1E0939 (or 0x1E0939) is known color: Blackcurrant. HEX triplet: 1E, 09 and 39. RGB value is (30,9,57). Sum of RGB (Red+Green+Blue) = 30+9+57=96 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.25% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 57 (22.66% from 255 or 59.38% from 96); Max value from RGB is 57 - color contains mainly: blue. Hex color #1E0939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0939 is #E1F6C6. Grayscale: #141414. Windows color (decimal): -14808775 or 3737886. OLE color: 3737886.

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

Color convert

RGB 30 9 57 -
CMYK 0.47 0.84 0 0.78
HSL 266.25º 0.73% 0.13% -
HSV(B) 266.25º 0.84% 0.22% -
XYZ 1.37 0.77 3.95 -
YUV 20.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 30 9 57 0.47 0.84 0 0.78 266.25 0.73 0.13
Hex 1E 9 39 2F 54 0 4E 10A 49 D
Octal 36 11 71 57 124 0 116 412 111 15
Binary 11110 1001 111001 101111 1010100 0 1001110 100001010 1001001 1101

Color Harmonies of #1E0939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0939

Black with #1E0939

Text Example


Text Example

White with #1E0939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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