#241030

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

Shades of Blackcurrant #241030

Tints of Blackcurrant #241030

Color information

#241030 (or 0x241030) is unknown color: approx Blackcurrant. HEX triplet: 24, 10 and 30. RGB value is (36,16,48). Sum of RGB (Red+Green+Blue) = 36+16+48=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #241030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241030 is #DBEFCF. Grayscale: #191919. Windows color (decimal): -14413776 or 3149860. OLE color: 3149860.

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

Color convert

RGB361648-
CMYK0.250.6700.81
HSL277.5º50%12.55%-
HSV(B)277.5º66.67%18.82%-
XYZ1.450.962.91-
YUV25.63140.63135.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 48 (19.14% from 255) = 48%
R=36%
G=16%
B=48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3616480.250.6700.81277.55012.55
Hex241030194305111632d
Octal4420603110301214266215
Binary10010010000110000110011000011010100011000101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241030; }

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

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

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

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

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

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

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

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