Html Css Color HEX #240E30 Blackcurrant

📋 copy color: '#240E30'

red 36 ◦ green 14 ◦ blue 48

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

Shades of Blackcurrant #240E30

Tints of Blackcurrant #240E30

RGB

 RED value IS 36 (14.45% from 255) = 36.73%

 GREEN value IS 14 (5.86% from 255) = 14.29%

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

R = 36.73%
G = 14.29%
B = 48.98%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#240E30 (or 0x240E30) is known color: Blackcurrant. HEX triplet: 24, 0E and 30. RGB value is (36,14,48). Sum of RGB (Red+Green+Blue) = 36+14+48=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #240E30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E30 is #DBF1CF. Grayscale: #181818. Windows color (decimal): -14414288 or 3149348. OLE color: 3149348.

HSL color Cylindrical-coordinate representation of color #240E30: hue angle of 278.82º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #240E30 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 14 48 -
CMYK 0.25 0.71 0 0.81
HSL 278.82º 0.55% 0.12% -
HSV(B) 278.82º 0.71% 0.19% -
XYZ 1.42 0.9 2.9 -
YUV 24.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 36 14 48 0.25 0.71 0 0.81 278.82 0.55 0.12
Hex 24 E 30 19 47 0 51 117 37 C
Octal 44 16 60 31 107 0 121 427 67 14
Binary 100100 1110 110000 11001 1000111 0 1010001 100010111 110111 1100

Color Harmonies of #240E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E30

Black with #240E30

Text Example


Text Example

White with #240E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240E30; }

 p { color: rgb(36,14,48); }

 H1.HeaderClassName
 {
   color: #240E30;
 }
 .AnyTagClassName
 {
   color: #240E30;
 }
</style>

background-color css

<style>
 a { background-color: #240E30; }

 a { background-color: rgb(36,14,48); }

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

border-color css

<style>
 span { border-color: #240E30; }

 span { border-color: rgb(36,14,48); }

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