Html Css Color HEX #1E0227 Blackcurrant

📋 copy color: '#1E0227'

red 30 ◦ green 2 ◦ blue 39

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

Shades of Blackcurrant #1E0227

Tints of Blackcurrant #1E0227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 54.93%

R = 42.25%
G = 2.82%
B = 54.93%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E0227 (or 0x1E0227) is known color: Blackcurrant. HEX triplet: 1E, 02 and 27. RGB value is (30,2,39). Sum of RGB (Red+Green+Blue) = 30+2+39=71 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.25% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #1E0227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0227 is #E1FDD8. Grayscale: #0E0E0E. Windows color (decimal): -14810585 or 2556446. OLE color: 2556446.

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

Color convert

RGB 30 2 39 -
CMYK 0.23 0.95 0 0.85
HSL 285.41º 0.9% 0.08% -
HSV(B) 285.41º 0.95% 0.15% -
XYZ 0.92 0.47 1.96 -
YUV 14.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 30 2 39 0.23 0.95 0 0.85 285.41 0.9 0.08
Hex 1E 2 27 17 5F 0 55 11D 5A 8
Octal 36 2 47 27 137 0 125 435 132 10
Binary 11110 10 100111 10111 1011111 0 1010101 100011101 1011010 1000

Color Harmonies of #1E0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0227

Black with #1E0227

Text Example


Text Example

White with #1E0227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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