Html Css Color HEX #24152F Blackcurrant

📋 copy color: '#24152F'

red 36 ◦ green 21 ◦ blue 47

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

Shades of Blackcurrant #24152F

Tints of Blackcurrant #24152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 45.19%

R = 34.62%
G = 20.19%
B = 45.19%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#24152F (or 0x24152F) is known color: Blackcurrant. HEX triplet: 24, 15 and 2F. RGB value is (36,21,47). Sum of RGB (Red+Green+Blue) = 36+21+47=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 47 - color contains mainly: blue. Hex color #24152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24152F is #DBEAD0. Grayscale: #1C1C1C. Windows color (decimal): -14412497 or 3085604. OLE color: 3085604.

HSL color Cylindrical-coordinate representation of color #24152F: hue angle of 274.62º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #24152F is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 21 47 -
CMYK 0.23 0.55 0 0.82
HSL 274.62º 0.38% 0.13% -
HSV(B) 274.62º 0.55% 0.18% -
XYZ 1.51 1.12 2.83 -
YUV 28.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 36 21 47 0.23 0.55 0 0.82 274.62 0.38 0.13
Hex 24 15 2F 17 37 0 52 113 26 D
Octal 44 25 57 27 67 0 122 423 46 15
Binary 100100 10101 101111 10111 110111 0 1010010 100010011 100110 1101

Color Harmonies of #24152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24152F

Black with #24152F

Text Example


Text Example

White with #24152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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