Html Css Color HEX #241530 Blackcurrant

📋 copy color: '#241530'

red 36 ◦ green 21 ◦ blue 48

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

Shades of Blackcurrant #241530

Tints of Blackcurrant #241530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 45.71%

R = 34.29%
G = 20%
B = 45.71%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#241530 (or 0x241530) is known color: Blackcurrant. HEX triplet: 24, 15 and 30. RGB value is (36,21,48). Sum of RGB (Red+Green+Blue) = 36+21+48=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #241530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241530 is #DBEACF. Grayscale: #1C1C1C. Windows color (decimal): -14412496 or 3151140. OLE color: 3151140.

HSL color Cylindrical-coordinate representation of color #241530: hue angle of 273.33º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241530 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 21 48 -
CMYK 0.25 0.56 0 0.81
HSL 273.33º 0.39% 0.14% -
HSV(B) 273.33º 0.56% 0.19% -
XYZ 1.53 1.12 2.93 -
YUV 28.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 36 21 48 0.25 0.56 0 0.81 273.33 0.39 0.14
Hex 24 15 30 19 38 0 51 111 27 E
Octal 44 25 60 31 70 0 121 421 47 16
Binary 100100 10101 110000 11001 111000 0 1010001 100010001 100111 1110

Color Harmonies of #241530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241530

Black with #241530

Text Example


Text Example

White with #241530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241530; }

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

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

background-color css

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

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

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

border-color css

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

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

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