Html Css Color HEX #241130 Blackcurrant

📋 copy color: '#241130'

red 36 ◦ green 17 ◦ blue 48

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

Shades of Blackcurrant #241130

Tints of Blackcurrant #241130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.83%

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

R = 35.64%
G = 16.83%
B = 47.52%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#241130 (or 0x241130) is known color: Blackcurrant. HEX triplet: 24, 11 and 30. RGB value is (36,17,48). Sum of RGB (Red+Green+Blue) = 36+17+48=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #241130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241130 is #DBEECF. Grayscale: #1A1A1A. Windows color (decimal): -14413520 or 3150116. OLE color: 3150116.

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

Color convert

RGB 36 17 48 -
CMYK 0.25 0.65 0 0.81
HSL 276.77º 0.48% 0.13% -
HSV(B) 276.77º 0.65% 0.19% -
XYZ 1.46 0.99 2.91 -
YUV 26.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 36 17 48 0.25 0.65 0 0.81 276.77 0.48 0.13
Hex 24 11 30 19 41 0 51 115 30 D
Octal 44 21 60 31 101 0 121 425 60 15
Binary 100100 10001 110000 11001 1000001 0 1010001 100010101 110000 1101

Color Harmonies of #241130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241130

Black with #241130

Text Example


Text Example

White with #241130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241130; }

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

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

background-color css

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

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

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

border-color css

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

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

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