Html Css Color HEX #1E0228 Blackcurrant

📋 copy color: '#1E0228'

red 30 ◦ green 2 ◦ blue 40

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

Shades of Blackcurrant #1E0228

Tints of Blackcurrant #1E0228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.78%

 BLUE value IS 40 (16.02% from 255) = 55.56%

R = 41.67%
G = 2.78%
B = 55.56%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E0228 (or 0x1E0228) is known color: Blackcurrant. HEX triplet: 1E, 02 and 28. RGB value is (30,2,40). Sum of RGB (Red+Green+Blue) = 30+2+40=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E0228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0228 is #E1FDD7. Grayscale: #0E0E0E. Windows color (decimal): -14810584 or 2621982. OLE color: 2621982.

HSL color Cylindrical-coordinate representation of color #1E0228: hue angle of 284.21º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0228 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 30 2 40 -
CMYK 0.25 0.95 0 0.84
HSL 284.21º 0.9% 0.08% -
HSV(B) 284.21º 0.95% 0.16% -
XYZ 0.94 0.47 2.05 -
YUV 14.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 30 2 40 0.25 0.95 0 0.84 284.21 0.9 0.08
Hex 1E 2 28 19 5F 0 54 11C 5A 8
Octal 36 2 50 31 137 0 124 434 132 10
Binary 11110 10 101000 11001 1011111 0 1010100 100011100 1011010 1000

Color Harmonies of #1E0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0228

Black with #1E0228

Text Example


Text Example

White with #1E0228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,2,40); }

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

background-color css

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

 a { background-color: rgb(30,2,40); }

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

border-color css

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

 span { border-color: rgb(30,2,40); }

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