Html Css Color HEX #240329 Blackcurrant

📋 copy color: '#240329'

red 36 ◦ green 3 ◦ blue 41

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

Shades of Blackcurrant #240329

Tints of Blackcurrant #240329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.75%

 BLUE value IS 41 (16.41% from 255) = 51.25%

R = 45%
G = 3.75%
B = 51.25%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#240329 (or 0x240329) is known color: Blackcurrant. HEX triplet: 24, 03 and 29. RGB value is (36,3,41). Sum of RGB (Red+Green+Blue) = 36+3+41=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #240329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240329 is #DBFCD6. Grayscale: #111111. Windows color (decimal): -14417111 or 2687780. OLE color: 2687780.

HSL color Cylindrical-coordinate representation of color #240329: hue angle of 292.11º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240329 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 3 41 -
CMYK 0.12 0.93 0 0.84
HSL 292.11º 0.86% 0.09% -
HSV(B) 292.11º 0.93% 0.16% -
XYZ 1.16 0.6 2.15 -
YUV 17.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 36 3 41 0.12 0.93 0 0.84 292.11 0.86 0.09
Hex 24 3 29 C 5D 0 54 124 56 9
Octal 44 3 51 14 135 0 124 444 126 11
Binary 100100 11 101001 1100 1011101 0 1010100 100100100 1010110 1001

Color Harmonies of #240329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240329

Black with #240329

Text Example


Text Example

White with #240329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240329; }

 p { color: rgb(36,3,41); }

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

background-color css

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

 a { background-color: rgb(36,3,41); }

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

border-color css

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

 span { border-color: rgb(36,3,41); }

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