Html Css Color HEX #1E0F31 Blackcurrant

📋 copy color: '#1E0F31'

red 30 ◦ green 15 ◦ blue 49

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

Shades of Blackcurrant #1E0F31

Tints of Blackcurrant #1E0F31

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.96%

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

R = 31.91%
G = 15.96%
B = 52.13%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1E0F31 (or 0x1E0F31) is known color: Blackcurrant. HEX triplet: 1E, 0F and 31. RGB value is (30,15,49). Sum of RGB (Red+Green+Blue) = 30+15+49=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E0F31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0F31 is #E1F0CE. Grayscale: #171717. Windows color (decimal): -14807247 or 3215134. OLE color: 3215134.

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

Color convert

RGB 30 15 49 -
CMYK 0.39 0.69 0 0.81
HSL 266.47º 0.53% 0.13% -
HSV(B) 266.47º 0.69% 0.19% -
XYZ 1.26 0.84 3 -
YUV 23.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 30 15 49 0.39 0.69 0 0.81 266.47 0.53 0.13
Hex 1E F 31 27 45 0 51 10A 35 D
Octal 36 17 61 47 105 0 121 412 65 15
Binary 11110 1111 110001 100111 1000101 0 1010001 100001010 110101 1101

Color Harmonies of #1E0F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0F31

Black with #1E0F31

Text Example


Text Example

White with #1E0F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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