Html Css Color HEX #1E0F30 Blackcurrant

📋 copy color: '#1E0F30'

red 30 ◦ green 15 ◦ blue 48

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

Shades of Blackcurrant #1E0F30

Tints of Blackcurrant #1E0F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 51.61%

R = 32.26%
G = 16.13%
B = 51.61%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1E0F30 (or 0x1E0F30) is known color: Blackcurrant. HEX triplet: 1E, 0F and 30. RGB value is (30,15,48). Sum of RGB (Red+Green+Blue) = 30+15+48=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #1E0F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0F30 is #E1F0CF. Grayscale: #171717. Windows color (decimal): -14807248 or 3149598. OLE color: 3149598.

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

Color convert

RGB 30 15 48 -
CMYK 0.37 0.69 0 0.81
HSL 267.27º 0.52% 0.12% -
HSV(B) 267.27º 0.69% 0.19% -
XYZ 1.24 0.83 2.89 -
YUV 23.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 30 15 48 0.37 0.69 0 0.81 267.27 0.52 0.12
Hex 1E F 30 25 45 0 51 10B 34 C
Octal 36 17 60 45 105 0 121 413 64 14
Binary 11110 1111 110000 100101 1000101 0 1010001 100001011 110100 1100

Color Harmonies of #1E0F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0F30

Black with #1E0F30

Text Example


Text Example

White with #1E0F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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