Html Css Color HEX #241527 Blackcurrant

📋 copy color: '#241527'

red 36 ◦ green 21 ◦ blue 39

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

Shades of Blackcurrant #241527

Tints of Blackcurrant #241527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 40.63%

R = 37.5%
G = 21.88%
B = 40.63%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241527 (or 0x241527) is known color: Blackcurrant. HEX triplet: 24, 15 and 27. RGB value is (36,21,39). Sum of RGB (Red+Green+Blue) = 36+21+39=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 39 - color contains mainly: blue. Hex color #241527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241527 is #DBEAD8. Grayscale: #1B1B1B. Windows color (decimal): -14412505 or 2561316. OLE color: 2561316.

HSL color Cylindrical-coordinate representation of color #241527: hue angle of 290º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #241527 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 21 39 -
CMYK 0.08 0.46 0 0.85
HSL 290º 0.3% 0.12% -
HSV(B) 290º 0.46% 0.15% -
XYZ 1.36 1.06 2.05 -
YUV 27.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 36 21 39 0.08 0.46 0 0.85 290 0.3 0.12
Hex 24 15 27 8 2E 0 55 122 1E C
Octal 44 25 47 10 56 0 125 442 36 14
Binary 100100 10101 100111 1000 101110 0 1010101 100100010 11110 1100

Color Harmonies of #241527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241527

Black with #241527

Text Example


Text Example

White with #241527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241527; }

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

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

background-color css

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

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

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

border-color css

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

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

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