Html Css Color HEX #241236 Blackcurrant

📋 copy color: '#241236'

red 36 ◦ green 18 ◦ blue 54

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

Shades of Blackcurrant #241236

Tints of Blackcurrant #241236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.67%

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

R = 33.33%
G = 16.67%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#241236 (or 0x241236) is known color: Blackcurrant. HEX triplet: 24, 12 and 36. RGB value is (36,18,54). Sum of RGB (Red+Green+Blue) = 36+18+54=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #241236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241236 is #DBEDC9. Grayscale: #1B1B1B. Windows color (decimal): -14413258 or 3543588. OLE color: 3543588.

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

Color convert

RGB 36 18 54 -
CMYK 0.33 0.67 0 0.79
HSL 270º 0.5% 0.14% -
HSV(B) 270º 0.67% 0.21% -
XYZ 1.61 1.07 3.61 -
YUV 27.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 36 18 54 0.33 0.67 0 0.79 270 0.5 0.14
Hex 24 12 36 21 43 0 4F 10E 32 E
Octal 44 22 66 41 103 0 117 416 62 16
Binary 100100 10010 110110 100001 1000011 0 1001111 100001110 110010 1110

Color Harmonies of #241236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241236

Black with #241236

Text Example


Text Example

White with #241236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241236; }

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

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

background-color css

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

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

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

border-color css

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

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

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