Html Css Color HEX #240136 Blackcurrant

📋 copy color: '#240136'

red 36 ◦ green 1 ◦ blue 54

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

Shades of Blackcurrant #240136

Tints of Blackcurrant #240136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

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

R = 39.56%
G = 1.1%
B = 59.34%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#240136 (or 0x240136) is known color: Blackcurrant. HEX triplet: 24, 01 and 36. RGB value is (36,1,54). Sum of RGB (Red+Green+Blue) = 36+1+54=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #240136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240136 is #DBFEC9. Grayscale: #111111. Windows color (decimal): -14417610 or 3539236. OLE color: 3539236.

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

Color convert

RGB 36 1 54 -
CMYK 0.33 0.98 0 0.79
HSL 279.62º 0.96% 0.11% -
HSV(B) 279.62º 0.98% 0.21% -
XYZ 1.4 0.66 3.54 -
YUV 17.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 36 1 54 0.33 0.98 0 0.79 279.62 0.96 0.11
Hex 24 1 36 21 62 0 4F 118 60 B
Octal 44 1 66 41 142 0 117 430 140 13
Binary 100100 1 110110 100001 1100010 0 1001111 100011000 1100000 1011

Color Harmonies of #240136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240136

Black with #240136

Text Example


Text Example

White with #240136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240136; }

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

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

background-color css

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

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

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

border-color css

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

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

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