Html Css Color HEX #241228 Blackcurrant

📋 copy color: '#241228'

red 36 ◦ green 18 ◦ blue 40

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

Shades of Blackcurrant #241228

Tints of Blackcurrant #241228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 42.55%

R = 38.3%
G = 19.15%
B = 42.55%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#241228 (or 0x241228) is known color: Blackcurrant. HEX triplet: 24, 12 and 28. RGB value is (36,18,40). Sum of RGB (Red+Green+Blue) = 36+18+40=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #241228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241228 is #DBEDD7. Grayscale: #191919. Windows color (decimal): -14413272 or 2626084. OLE color: 2626084.

HSL color Cylindrical-coordinate representation of color #241228: hue angle of 289.09º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #241228 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 18 40 -
CMYK 0.10 0.55 0 0.84
HSL 289.09º 0.38% 0.11% -
HSV(B) 289.09º 0.55% 0.16% -
XYZ 1.33 0.96 2.12 -
YUV 25.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 36 18 40 0.10 0.55 0 0.84 289.09 0.38 0.11
Hex 24 12 28 A 37 0 54 121 26 B
Octal 44 22 50 12 67 0 124 441 46 13
Binary 100100 10010 101000 1010 110111 0 1010100 100100001 100110 1011

Color Harmonies of #241228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241228

Black with #241228

Text Example


Text Example

White with #241228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241228; }

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

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

background-color css

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

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

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

border-color css

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

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

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