#261830

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

Shades of Blackcurrant #261830

Tints of Blackcurrant #261830

Color information

#261830 (or 0x261830) is unknown color: approx Blackcurrant. HEX triplet: 26, 18 and 30. RGB value is (38,24,48). Sum of RGB (Red+Green+Blue) = 38+24+48=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #261830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261830 is #D9E7CF. Grayscale: #1E1E1E. Windows color (decimal): -14280656 or 3151910. OLE color: 3151910.

HSL color Cylindrical-coordinate representation of color #261830: hue angle of 275º 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 #261830 is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB382448-
CMYK0.210.500.81
HSL275º33.33%14.12%-
HSV(B)275º50%18.82%-
XYZ1.661.282.96-
YUV30.92137.64133.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.55%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=34.55%
G=21.82%
B=43.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3824480.210.500.8127533.3314.12
Hex261830153205111321e
Octal463060256201214234116
Binary1001101100011000010101110010010100011000100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261830; }

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

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

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

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

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

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

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

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