Html Css Color HEX #241533 Blackcurrant

📋 copy color: '#241533'

red 36 ◦ green 21 ◦ blue 51

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

Shades of Blackcurrant #241533

Tints of Blackcurrant #241533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.44%

 BLUE value IS 51 (20.31% from 255) = 47.22%

R = 33.33%
G = 19.44%
B = 47.22%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#241533 (or 0x241533) is known color: Blackcurrant. HEX triplet: 24, 15 and 33. RGB value is (36,21,51). Sum of RGB (Red+Green+Blue) = 36+21+51=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #241533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241533 is #DBEACC. Grayscale: #1C1C1C. Windows color (decimal): -14412493 or 3347748. OLE color: 3347748.

HSL color Cylindrical-coordinate representation of color #241533: hue angle of 270º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #241533 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 36 21 51 -
CMYK 0.29 0.59 0 0.8
HSL 270º 0.42% 0.14% -
HSV(B) 270º 0.59% 0.2% -
XYZ 1.59 1.15 3.27 -
YUV 28.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 36 21 51 0.29 0.59 0 0.8 270 0.42 0.14
Hex 24 15 33 1D 3B 0 50 10E 2A E
Octal 44 25 63 35 73 0 120 416 52 16
Binary 100100 10101 110011 11101 111011 0 1010000 100001110 101010 1110

Color Harmonies of #241533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241533

Black with #241533

Text Example


Text Example

White with #241533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241533; }

 p { color: rgb(36,21,51); }

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

background-color css

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

 a { background-color: rgb(36,21,51); }

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

border-color css

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

 span { border-color: rgb(36,21,51); }

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