Html Css Color HEX #240149 Blackcurrant

📋 copy color: '#240149'

red 36 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #240149

Tints of Blackcurrant #240149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 66.36%

R = 32.73%
G = 0.91%
B = 66.36%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#240149 (or 0x240149) is known color: Blackcurrant. HEX triplet: 24, 01 and 49. RGB value is (36,1,73). Sum of RGB (Red+Green+Blue) = 36+1+73=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #240149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240149 is #DBFEB6. Grayscale: #131313. Windows color (decimal): -14417591 or 4784420. OLE color: 4784420.

HSL color Cylindrical-coordinate representation of color #240149: hue angle of 269.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240149 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 1 73 -
CMYK 0.51 0.99 0 0.71
HSL 269.17º 0.97% 0.15% -
HSV(B) 269.17º 0.99% 0.29% -
XYZ 1.94 0.88 6.37 -
YUV 19.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 36 1 73 0.51 0.99 0 0.71 269.17 0.97 0.15
Hex 24 1 49 33 63 0 47 10D 61 F
Octal 44 1 111 63 143 0 107 415 141 17
Binary 100100 1 1001001 110011 1100011 0 1000111 100001101 1100001 1111

Color Harmonies of #240149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240149

Black with #240149

Text Example


Text Example

White with #240149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240149; }

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

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

background-color css

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

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

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

border-color css

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

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

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