Html Css Color HEX #1E1231 Blackcurrant

📋 copy color: '#1E1231'

red 30 ◦ green 18 ◦ blue 49

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

Shades of Blackcurrant #1E1231

Tints of Blackcurrant #1E1231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.56%

 BLUE value IS 49 (19.53% from 255) = 50.52%

R = 30.93%
G = 18.56%
B = 50.52%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1E1231 (or 0x1E1231) is known color: Blackcurrant. HEX triplet: 1E, 12 and 31. RGB value is (30,18,49). Sum of RGB (Red+Green+Blue) = 30+18+49=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E1231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1231 is #E1EDCE. Grayscale: #191919. Windows color (decimal): -14806479 or 3215902. OLE color: 3215902.

HSL color Cylindrical-coordinate representation of color #1E1231: hue angle of 263.23º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E1231 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 30 18 49 -
CMYK 0.39 0.63 0 0.81
HSL 263.23º 0.46% 0.13% -
HSV(B) 263.23º 0.63% 0.19% -
XYZ 1.31 0.93 3.02 -
YUV 25.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 30 18 49 0.39 0.63 0 0.81 263.23 0.46 0.13
Hex 1E 12 31 27 3F 0 51 107 2E D
Octal 36 22 61 47 77 0 121 407 56 15
Binary 11110 10010 110001 100111 111111 0 1010001 100000111 101110 1101

Color Harmonies of #1E1231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1231

Black with #1E1231

Text Example


Text Example

White with #1E1231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,18,49); }

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

background-color css

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

 a { background-color: rgb(30,18,49); }

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

border-color css

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

 span { border-color: rgb(30,18,49); }

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