Html Css Color HEX #240236 Blackcurrant

📋 copy color: '#240236'

red 36 ◦ green 2 ◦ blue 54

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

Shades of Blackcurrant #240236

Tints of Blackcurrant #240236

RGB

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

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

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

R = 39.13%
G = 2.17%
B = 58.7%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#240236 (or 0x240236) is known color: Blackcurrant. HEX triplet: 24, 02 and 36. RGB value is (36,2,54). Sum of RGB (Red+Green+Blue) = 36+2+54=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #240236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240236 is #DBFDC9. Grayscale: #111111. Windows color (decimal): -14417354 or 3539492. OLE color: 3539492.

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

Color convert

RGB 36 2 54 -
CMYK 0.33 0.96 0 0.79
HSL 279.23º 0.93% 0.11% -
HSV(B) 279.23º 0.96% 0.21% -
XYZ 1.42 0.68 3.55 -
YUV 18.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 36 2 54 0.33 0.96 0 0.79 279.23 0.93 0.11
Hex 24 2 36 21 60 0 4F 117 5D B
Octal 44 2 66 41 140 0 117 427 135 13
Binary 100100 10 110110 100001 1100000 0 1001111 100010111 1011101 1011

Color Harmonies of #240236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240236

Black with #240236

Text Example


Text Example

White with #240236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240236; }

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

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

background-color css

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

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

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

border-color css

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

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

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