Html Css Color HEX #241235 Blackcurrant

📋 copy color: '#241235'

red 36 ◦ green 18 ◦ blue 53

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

Shades of Blackcurrant #241235

Tints of Blackcurrant #241235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

 BLUE value IS 53 (21.09% from 255) = 49.53%

R = 33.64%
G = 16.82%
B = 49.53%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#241235 (or 0x241235) is known color: Blackcurrant. HEX triplet: 24, 12 and 35. RGB value is (36,18,53). Sum of RGB (Red+Green+Blue) = 36+18+53=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #241235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241235 is #DBEDCA. Grayscale: #1B1B1B. Windows color (decimal): -14413259 or 3478052. OLE color: 3478052.

HSL color Cylindrical-coordinate representation of color #241235: hue angle of 270.86º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #241235 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 36 18 53 -
CMYK 0.32 0.66 0 0.79
HSL 270.86º 0.49% 0.14% -
HSV(B) 270.86º 0.66% 0.21% -
XYZ 1.59 1.06 3.49 -
YUV 27.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 36 18 53 0.32 0.66 0 0.79 270.86 0.49 0.14
Hex 24 12 35 20 42 0 4F 10F 31 E
Octal 44 22 65 40 102 0 117 417 61 16
Binary 100100 10010 110101 100000 1000010 0 1001111 100001111 110001 1110

Color Harmonies of #241235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241235

Black with #241235

Text Example


Text Example

White with #241235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241235; }

 p { color: rgb(36,18,53); }

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

background-color css

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

 a { background-color: rgb(36,18,53); }

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

border-color css

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

 span { border-color: rgb(36,18,53); }

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