Html Css Color HEX #240232 Blackcurrant

📋 copy color: '#240232'

red 36 ◦ green 2 ◦ blue 50

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

Shades of Blackcurrant #240232

Tints of Blackcurrant #240232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 56.82%

R = 40.91%
G = 2.27%
B = 56.82%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#240232 (or 0x240232) is known color: Blackcurrant. HEX triplet: 24, 02 and 32. RGB value is (36,2,50). Sum of RGB (Red+Green+Blue) = 36+2+50=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #240232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240232 is #DBFDCD. Grayscale: #111111. Windows color (decimal): -14417358 or 3277348. OLE color: 3277348.

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

Color convert

RGB 36 2 50 -
CMYK 0.28 0.96 0 0.80
HSL 282.5º 0.92% 0.1% -
HSV(B) 282.5º 0.96% 0.2% -
XYZ 1.32 0.65 3.07 -
YUV 17.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 36 2 50 0.28 0.96 0 0.80 282.5 0.92 0.1
Hex 24 2 32 1C 60 0 50 11A 5C A
Octal 44 2 62 34 140 0 120 432 134 12
Binary 100100 10 110010 11100 1100000 0 1010000 100011010 1011100 1010

Color Harmonies of #240232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240232

Black with #240232

Text Example


Text Example

White with #240232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240232; }

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

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

background-color css

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

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

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

border-color css

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

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

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