#261333

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

Shades of Blackcurrant #261333

Tints of Blackcurrant #261333

Color information

#261333 (or 0x261333) is unknown color: approx Blackcurrant. HEX triplet: 26, 13 and 33. RGB value is (38,19,51). Sum of RGB (Red+Green+Blue) = 38+19+51=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #261333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261333 is #D9ECCC. Grayscale: #1C1C1C. Windows color (decimal): -14281933 or 3347238. OLE color: 3347238.

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

Color convert

RGB381951-
CMYK0.250.6300.8
HSL275.62º45.71%13.73%-
HSV(B)275.62º62.75%20%-
XYZ1.631.123.26-
YUV28.33140.79134.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.19%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 51 (20.31% from 255) = 47.22%
R=35.19%
G=17.59%
B=47.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3819510.250.6300.8275.6245.7113.73
Hex261333193F0501142ee
Octal462363317701204245616
Binary1001101001111001111001111111010100001000101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261333; }

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

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

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

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

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

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

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

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