Html Css Color HEX #241028 Blackcurrant

📋 copy color: '#241028'

red 36 ◦ green 16 ◦ blue 40

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

Shades of Blackcurrant #241028

Tints of Blackcurrant #241028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 43.48%

R = 39.13%
G = 17.39%
B = 43.48%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#241028 (or 0x241028) is known color: Blackcurrant. HEX triplet: 24, 10 and 28. RGB value is (36,16,40). Sum of RGB (Red+Green+Blue) = 36+16+40=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #241028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241028 is #DBEFD7. Grayscale: #181818. Windows color (decimal): -14413784 or 2625572. OLE color: 2625572.

HSL color Cylindrical-coordinate representation of color #241028: hue angle of 290º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #241028 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 16 40 -
CMYK 0.10 0.60 0 0.84
HSL 290º 0.43% 0.11% -
HSV(B) 290º 0.6% 0.16% -
XYZ 1.3 0.9 2.11 -
YUV 24.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 36 16 40 0.10 0.60 0 0.84 290 0.43 0.11
Hex 24 10 28 A 3C 0 54 122 2B B
Octal 44 20 50 12 74 0 124 442 53 13
Binary 100100 10000 101000 1010 111100 0 1010100 100100010 101011 1011

Color Harmonies of #241028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241028

Black with #241028

Text Example


Text Example

White with #241028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241028; }

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

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

background-color css

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

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

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

border-color css

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

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

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