Html Css Color HEX #1E0827 Blackcurrant

📋 copy color: '#1E0827'

red 30 ◦ green 8 ◦ blue 39

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

Shades of Blackcurrant #1E0827

Tints of Blackcurrant #1E0827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.39%

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

R = 38.96%
G = 10.39%
B = 50.65%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E0827 (or 0x1E0827) is known color: Blackcurrant. HEX triplet: 1E, 08 and 27. RGB value is (30,8,39). Sum of RGB (Red+Green+Blue) = 30+8+39=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #1E0827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0827 is #E1F7D8. Grayscale: #121212. Windows color (decimal): -14809049 or 2557982. OLE color: 2557982.

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

Color convert

RGB 30 8 39 -
CMYK 0.23 0.79 0 0.85
HSL 282.58º 0.66% 0.09% -
HSV(B) 282.58º 0.79% 0.15% -
XYZ 0.99 0.6 1.98 -
YUV 18.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 30 8 39 0.23 0.79 0 0.85 282.58 0.66 0.09
Hex 1E 8 27 17 4F 0 55 11B 42 9
Octal 36 10 47 27 117 0 125 433 102 11
Binary 11110 1000 100111 10111 1001111 0 1010101 100011011 1000010 1001

Color Harmonies of #1E0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0827

Black with #1E0827

Text Example


Text Example

White with #1E0827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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