Html Css Color HEX #240029 Blackcurrant

📋 copy color: '#240029'

red 36 ◦ green 0 ◦ blue 41

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

Shades of Blackcurrant #240029

Tints of Blackcurrant #240029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.75%
G = 0%
B = 53.25%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#240029 (or 0x240029) is known color: Blackcurrant. HEX triplet: 24, 00 and 29. RGB value is (36,0,41). Sum of RGB (Red+Green+Blue) = 36+0+41=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 41 (16.41% from 255 or 53.25% from 77); Max value from RGB is 41 - color contains mainly: blue. Hex color #240029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240029 is #DBFFD6. Grayscale: #0F0F0F. Windows color (decimal): -14417879 or 2687012. OLE color: 2687012.

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

Color convert

RGB 36 0 41 -
CMYK 0.12 1 0 0.84
HSL 292.68º 1% 0.08% -
HSV(B) 292.68º 1% 0.16% -
XYZ 1.13 0.54 2.14 -
YUV 15.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 36 0 41 0.12 1 0 0.84 292.68 1 0.08
Hex 24 0 29 C 64 0 54 125 64 8
Octal 44 0 51 14 144 0 124 445 144 10
Binary 100100 0 101001 1100 1100100 0 1010100 100100101 1100100 1000

Color Harmonies of #240029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240029

Black with #240029

Text Example


Text Example

White with #240029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240029; }

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

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

background-color css

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

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

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

border-color css

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

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

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