Html Css Color HEX #240036 Blackcurrant

📋 copy color: '#240036'

red 36 ◦ green 0 ◦ blue 54

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

Shades of Blackcurrant #240036

Tints of Blackcurrant #240036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 60%

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#240036 (or 0x240036) is known color: Blackcurrant. HEX triplet: 24, 00 and 36. RGB value is (36,0,54). Sum of RGB (Red+Green+Blue) = 36+0+54=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 54 (21.48% from 255 or 60% from 90); Max value from RGB is 54 - color contains mainly: blue. Hex color #240036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240036 is #DBFFC9. Grayscale: #101010. Windows color (decimal): -14417866 or 3538980. OLE color: 3538980.

HSL color Cylindrical-coordinate representation of color #240036: hue angle of 280º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240036 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 36 0 54 -
CMYK 0.33 1 0 0.79
HSL 280º 1% 0.11% -
HSV(B) 280º 1% 0.21% -
XYZ 1.39 0.64 3.54 -
YUV 16.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 36 0 54 0.33 1 0 0.79 280 1 0.11
Hex 24 0 36 21 64 0 4F 118 64 B
Octal 44 0 66 41 144 0 117 430 144 13
Binary 100100 0 110110 100001 1100100 0 1001111 100011000 1100100 1011

Color Harmonies of #240036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240036

Black with #240036

Text Example


Text Example

White with #240036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240036; }

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

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

background-color css

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

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

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

border-color css

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

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

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