Html Css Color HEX #1E0248 Blackcurrant

📋 copy color: '#1E0248'

red 30 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #1E0248

Tints of Blackcurrant #1E0248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 69.23%

R = 28.85%
G = 1.92%
B = 69.23%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1E0248 (or 0x1E0248) is known color: Blackcurrant. HEX triplet: 1E, 02 and 48. RGB value is (30,2,72). Sum of RGB (Red+Green+Blue) = 30+2+72=104 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.85% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E0248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0248 is #E1FDB7. Grayscale: #121212. Windows color (decimal): -14810552 or 4719134. OLE color: 4719134.

HSL color Cylindrical-coordinate representation of color #1E0248: hue angle of 264º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0248 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 2 72 -
CMYK 0.58 0.97 0 0.72
HSL 264º 0.95% 0.15% -
HSV(B) 264º 0.97% 0.28% -
XYZ 1.73 0.79 6.19 -
YUV 18.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 30 2 72 0.58 0.97 0 0.72 264 0.95 0.15
Hex 1E 2 48 3A 61 0 48 108 5F F
Octal 36 2 110 72 141 0 110 410 137 17
Binary 11110 10 1001000 111010 1100001 0 1001000 100001000 1011111 1111

Color Harmonies of #1E0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0248

Black with #1E0248

Text Example


Text Example

White with #1E0248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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