#261833

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

Shades of Blackcurrant #261833

Tints of Blackcurrant #261833

Color information

#261833 (or 0x261833) is unknown color: approx Blackcurrant. HEX triplet: 26, 18 and 33. RGB value is (38,24,51). Sum of RGB (Red+Green+Blue) = 38+24+51=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 51 - color contains mainly: blue. Hex color #261833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261833 is #D9E7CC. Grayscale: #1F1F1F. Windows color (decimal): -14280653 or 3348518. OLE color: 3348518.

HSL color Cylindrical-coordinate representation of color #261833: hue angle of 271.11º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #261833 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB382451-
CMYK0.250.5300.8
HSL271.11º36%14.71%-
HSV(B)271.11º52.94%20%-
XYZ1.721.33.29-
YUV31.26139.14132.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=33.63%
G=21.24%
B=45.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3824510.250.5300.8271.113614.71
Hex261833193505010f24f
Octal463063316501204174417
Binary1001101100011001111001110101010100001000011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261833; }

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

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

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

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

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

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

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

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