#261838

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

Shades of Blackcurrant #261838

Tints of Blackcurrant #261838

Color information

#261838 (or 0x261838) is unknown color: approx Blackcurrant. HEX triplet: 26, 18 and 38. RGB value is (38,24,56). Sum of RGB (Red+Green+Blue) = 38+24+56=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #261838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261838 is #D9E7C7. Grayscale: #1F1F1F. Windows color (decimal): -14280648 or 3676198. OLE color: 3676198.

HSL color Cylindrical-coordinate representation of color #261838: hue angle of 266.25º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #261838 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB382456-
CMYK0.320.5700.78
HSL266.25º40%15.69%-
HSV(B)266.25º57.14%21.96%-
XYZ1.841.353.91-
YUV31.83141.64132.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.20%
GREEN value IS 24 (9.77% from 255) = 20.34%
BLUE value IS 56 (22.27% from 255) = 47.46%
R=32.20%
G=20.34%
B=47.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3824560.320.5700.78266.254015.69
Hex261838203904E10a2810
Octal463070407101164125020
Binary100110110001110001000001110010100111010000101010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261838; }

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

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

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

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

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

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

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

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