Html Css Color HEX #24102A Blackcurrant

📋 copy color: '#24102A'

red 36 ◦ green 16 ◦ blue 42

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

Shades of Blackcurrant #24102A

Tints of Blackcurrant #24102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.02%

 BLUE value IS 42 (16.8% from 255) = 44.68%

R = 38.3%
G = 17.02%
B = 44.68%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#24102A (or 0x24102A) is known color: Blackcurrant. HEX triplet: 24, 10 and 2A. RGB value is (36,16,42). Sum of RGB (Red+Green+Blue) = 36+16+42=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 42 - color contains mainly: blue. Hex color #24102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24102A is #DBEFD5. Grayscale: #181818. Windows color (decimal): -14413782 or 2756644. OLE color: 2756644.

HSL color Cylindrical-coordinate representation of color #24102A: hue angle of 286.15º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24102A is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 16 42 -
CMYK 0.14 0.62 0 0.84
HSL 286.15º 0.45% 0.11% -
HSV(B) 286.15º 0.62% 0.16% -
XYZ 1.33 0.91 2.3 -
YUV 24.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 36 16 42 0.14 0.62 0 0.84 286.15 0.45 0.11
Hex 24 10 2A E 3E 0 54 11E 2D B
Octal 44 20 52 16 76 0 124 436 55 13
Binary 100100 10000 101010 1110 111110 0 1010100 100011110 101101 1011

Color Harmonies of #24102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24102A

Black with #24102A

Text Example


Text Example

White with #24102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24102A; }

 p { color: rgb(36,16,42); }

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

background-color css

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

 a { background-color: rgb(36,16,42); }

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

border-color css

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

 span { border-color: rgb(36,16,42); }

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