Html Css Color HEX #240140 Blackcurrant

📋 copy color: '#240140'

red 36 ◦ green 1 ◦ blue 64

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

Shades of Blackcurrant #240140

Tints of Blackcurrant #240140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.99%

 BLUE value IS 64 (25.39% from 255) = 63.37%

R = 35.64%
G = 0.99%
B = 63.37%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#240140 (or 0x240140) is known color: Blackcurrant. HEX triplet: 24, 01 and 40. RGB value is (36,1,64). Sum of RGB (Red+Green+Blue) = 36+1+64=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #240140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240140 is #DBFEBF. Grayscale: #121212. Windows color (decimal): -14417600 or 4194596. OLE color: 4194596.

HSL color Cylindrical-coordinate representation of color #240140: hue angle of 273.33º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240140 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 1 64 -
CMYK 0.44 0.98 0 0.75
HSL 273.33º 0.97% 0.13% -
HSV(B) 273.33º 0.98% 0.25% -
XYZ 1.66 0.77 4.91 -
YUV 18.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 36 1 64 0.44 0.98 0 0.75 273.33 0.97 0.13
Hex 24 1 40 2C 62 0 4B 111 61 D
Octal 44 1 100 54 142 0 113 421 141 15
Binary 100100 1 1000000 101100 1100010 0 1001011 100010001 1100001 1101

Color Harmonies of #240140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240140

Black with #240140

Text Example


Text Example

White with #240140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240140; }

 p { color: rgb(36,1,64); }

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

background-color css

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

 a { background-color: rgb(36,1,64); }

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

border-color css

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

 span { border-color: rgb(36,1,64); }

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