Html Css Color HEX #241834 Blackcurrant

📋 copy color: '#241834'

red 36 ◦ green 24 ◦ blue 52

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

Shades of Blackcurrant #241834

Tints of Blackcurrant #241834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.43%

 BLUE value IS 52 (20.7% from 255) = 46.43%

R = 32.14%
G = 21.43%
B = 46.43%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#241834 (or 0x241834) is known color: Blackcurrant. HEX triplet: 24, 18 and 34. RGB value is (36,24,52). Sum of RGB (Red+Green+Blue) = 36+24+52=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #241834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241834 is #DBE7CB. Grayscale: #1E1E1E. Windows color (decimal): -14411724 or 3414052. OLE color: 3414052.

HSL color Cylindrical-coordinate representation of color #241834: hue angle of 265.71º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #241834 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 24 52 -
CMYK 0.31 0.54 0 0.80
HSL 265.71º 0.37% 0.15% -
HSV(B) 265.71º 0.54% 0.2% -
XYZ 1.67 1.28 3.41 -
YUV 30.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 36 24 52 0.31 0.54 0 0.80 265.71 0.37 0.15
Hex 24 18 34 1F 36 0 50 10A 25 F
Octal 44 30 64 37 66 0 120 412 45 17
Binary 100100 11000 110100 11111 110110 0 1010000 100001010 100101 1111

Color Harmonies of #241834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241834

Black with #241834

Text Example


Text Example

White with #241834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241834; }

 p { color: rgb(36,24,52); }

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

background-color css

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

 a { background-color: rgb(36,24,52); }

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

border-color css

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

 span { border-color: rgb(36,24,52); }

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