#241830

Color #241830 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #241830

Tints of Blackcurrant #241830

Color information

#241830 (or 0x241830) is unknown color: approx Blackcurrant. HEX triplet: 24, 18 and 30. RGB value is (36,24,48). Sum of RGB (Red+Green+Blue) = 36+24+48=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 48 - color contains mainly: blue. Hex color #241830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241830 is #DBE7CF. Grayscale: #1E1E1E. Windows color (decimal): -14411728 or 3151908. OLE color: 3151908.

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

Color convert

RGB362448-
CMYK0.250.500.81
HSL270º33.33%14.12%-
HSV(B)270º50%18.82%-
XYZ1.591.242.95-
YUV30.32137.98132.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 48 (19.14% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3624480.250.500.8127033.3314.12
Hex241830193205110e21e
Octal443060316201214164116
Binary1001001100011000011001110010010100011000011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241830; }

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

 H1.HeaderClassName
 {
   color: #241830;
 }
 .AnyTagClassName
 {
   color: #241830;
 }
</style>
background-color css

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

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

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

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

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

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