Html Css Color HEX #1E0C30 Blackcurrant

📋 copy color: '#1E0C30'

red 30 ◦ green 12 ◦ blue 48

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

Shades of Blackcurrant #1E0C30

Tints of Blackcurrant #1E0C30

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.33%

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

R = 33.33%
G = 13.33%
B = 53.33%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1E0C30 (or 0x1E0C30) is known color: Blackcurrant. HEX triplet: 1E, 0C and 30. RGB value is (30,12,48). Sum of RGB (Red+Green+Blue) = 30+12+48=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #1E0C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0C30 is #E1F3CF. Grayscale: #151515. Windows color (decimal): -14808016 or 3148830. OLE color: 3148830.

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

Color convert

RGB 30 12 48 -
CMYK 0.37 0.75 0 0.81
HSL 270º 0.6% 0.12% -
HSV(B) 270º 0.75% 0.19% -
XYZ 1.2 0.75 2.88 -
YUV 21.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 30 12 48 0.37 0.75 0 0.81 270 0.6 0.12
Hex 1E C 30 25 4B 0 51 10E 3C C
Octal 36 14 60 45 113 0 121 416 74 14
Binary 11110 1100 110000 100101 1001011 0 1010001 100001110 111100 1100

Color Harmonies of #1E0C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0C30

Black with #1E0C30

Text Example


Text Example

White with #1E0C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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