Html Css Color HEX #240249 Blackcurrant

📋 copy color: '#240249'

red 36 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #240249

Tints of Blackcurrant #240249

RGB

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

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

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

R = 32.43%
G = 1.8%
B = 65.77%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#240249 (or 0x240249) is known color: Blackcurrant. HEX triplet: 24, 02 and 49. RGB value is (36,2,73). Sum of RGB (Red+Green+Blue) = 36+2+73=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #240249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240249 is #DBFDB6. Grayscale: #141414. Windows color (decimal): -14417335 or 4784676. OLE color: 4784676.

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

Color convert

RGB 36 2 73 -
CMYK 0.51 0.97 0 0.71
HSL 268.73º 0.95% 0.15% -
HSV(B) 268.73º 0.97% 0.29% -
XYZ 1.95 0.9 6.37 -
YUV 20.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 36 2 73 0.51 0.97 0 0.71 268.73 0.95 0.15
Hex 24 2 49 33 61 0 47 10D 5F F
Octal 44 2 111 63 141 0 107 415 137 17
Binary 100100 10 1001001 110011 1100001 0 1000111 100001101 1011111 1111

Color Harmonies of #240249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240249

Black with #240249

Text Example


Text Example

White with #240249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240249; }

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

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

background-color css

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

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

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

border-color css

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

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

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