Html Css Color HEX #241328 Blackcurrant

📋 copy color: '#241328'

red 36 ◦ green 19 ◦ blue 40

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

Shades of Blackcurrant #241328

Tints of Blackcurrant #241328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20%

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

R = 37.89%
G = 20%
B = 42.11%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#241328 (or 0x241328) is known color: Blackcurrant. HEX triplet: 24, 13 and 28. RGB value is (36,19,40). Sum of RGB (Red+Green+Blue) = 36+19+40=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #241328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241328 is #DBECD7. Grayscale: #1A1A1A. Windows color (decimal): -14413016 or 2626340. OLE color: 2626340.

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

Color convert

RGB 36 19 40 -
CMYK 0.10 0.52 0 0.84
HSL 288.57º 0.36% 0.12% -
HSV(B) 288.57º 0.53% 0.16% -
XYZ 1.34 0.99 2.13 -
YUV 26.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 36 19 40 0.10 0.52 0 0.84 288.57 0.36 0.12
Hex 24 13 28 A 34 0 54 121 24 C
Octal 44 23 50 12 64 0 124 441 44 14
Binary 100100 10011 101000 1010 110100 0 1010100 100100001 100100 1100

Color Harmonies of #241328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241328

Black with #241328

Text Example


Text Example

White with #241328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241328; }

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

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

background-color css

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

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

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

border-color css

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

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

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