Html Css Color HEX #240531 Blackcurrant

📋 copy color: '#240531'

red 36 ◦ green 5 ◦ blue 49

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

Shades of Blackcurrant #240531

Tints of Blackcurrant #240531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.56%

 BLUE value IS 49 (19.53% from 255) = 54.44%

R = 40%
G = 5.56%
B = 54.44%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#240531 (or 0x240531) is known color: Blackcurrant. HEX triplet: 24, 05 and 31. RGB value is (36,5,49). Sum of RGB (Red+Green+Blue) = 36+5+49=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #240531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240531 is #DBFACE. Grayscale: #131313. Windows color (decimal): -14416591 or 3212580. OLE color: 3212580.

HSL color Cylindrical-coordinate representation of color #240531: hue angle of 282.27º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240531 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 5 49 -
CMYK 0.27 0.90 0 0.81
HSL 282.27º 0.81% 0.11% -
HSV(B) 282.27º 0.9% 0.19% -
XYZ 1.34 0.71 2.97 -
YUV 19.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 36 5 49 0.27 0.90 0 0.81 282.27 0.81 0.11
Hex 24 5 31 1B 5A 0 51 11A 51 B
Octal 44 5 61 33 132 0 121 432 121 13
Binary 100100 101 110001 11011 1011010 0 1010001 100011010 1010001 1011

Color Harmonies of #240531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240531

Black with #240531

Text Example


Text Example

White with #240531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240531; }

 p { color: rgb(36,5,49); }

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

background-color css

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

 a { background-color: rgb(36,5,49); }

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

border-color css

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

 span { border-color: rgb(36,5,49); }

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