Html Css Color HEX #241133 Blackcurrant

📋 copy color: '#241133'

red 36 ◦ green 17 ◦ blue 51

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

Shades of Blackcurrant #241133

Tints of Blackcurrant #241133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 49.04%

R = 34.62%
G = 16.35%
B = 49.04%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#241133 (or 0x241133) is known color: Blackcurrant. HEX triplet: 24, 11 and 33. RGB value is (36,17,51). Sum of RGB (Red+Green+Blue) = 36+17+51=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #241133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241133 is #DBEECC. Grayscale: #1A1A1A. Windows color (decimal): -14413517 or 3346724. OLE color: 3346724.

HSL color Cylindrical-coordinate representation of color #241133: hue angle of 273.53º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241133 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 36 17 51 -
CMYK 0.29 0.67 0 0.8
HSL 273.53º 0.5% 0.13% -
HSV(B) 273.53º 0.67% 0.2% -
XYZ 1.53 1.01 3.25 -
YUV 26.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 36 17 51 0.29 0.67 0 0.8 273.53 0.5 0.13
Hex 24 11 33 1D 43 0 50 112 32 D
Octal 44 21 63 35 103 0 120 422 62 15
Binary 100100 10001 110011 11101 1000011 0 1010000 100010010 110010 1101

Color Harmonies of #241133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241133

Black with #241133

Text Example


Text Example

White with #241133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241133; }

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

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

background-color css

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

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

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

border-color css

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

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

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