Html Css Color HEX #240231 Blackcurrant

📋 copy color: '#240231'

red 36 ◦ green 2 ◦ blue 49

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

Shades of Blackcurrant #240231

Tints of Blackcurrant #240231

RGB

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

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

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

R = 41.38%
G = 2.3%
B = 56.32%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#240231 (or 0x240231) is known color: Blackcurrant. HEX triplet: 24, 02 and 31. RGB value is (36,2,49). Sum of RGB (Red+Green+Blue) = 36+2+49=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #240231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240231 is #DBFDCE. Grayscale: #111111. Windows color (decimal): -14417359 or 3211812. OLE color: 3211812.

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

Color convert

RGB 36 2 49 -
CMYK 0.27 0.96 0 0.81
HSL 283.4º 0.92% 0.1% -
HSV(B) 283.4º 0.96% 0.19% -
XYZ 1.3 0.64 2.96 -
YUV 17.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 36 2 49 0.27 0.96 0 0.81 283.4 0.92 0.1
Hex 24 2 31 1B 60 0 51 11B 5C A
Octal 44 2 61 33 140 0 121 433 134 12
Binary 100100 10 110001 11011 1100000 0 1010001 100011011 1011100 1010

Color Harmonies of #240231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240231

Black with #240231

Text Example


Text Example

White with #240231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240231; }

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

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

background-color css

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

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

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

border-color css

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

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

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