#261133

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

Shades of Blackcurrant #261133

Tints of Blackcurrant #261133

Color information

#261133 (or 0x261133) is unknown color: approx Blackcurrant. HEX triplet: 26, 11 and 33. RGB value is (38,17,51). Sum of RGB (Red+Green+Blue) = 38+17+51=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #261133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261133 is #D9EECC. Grayscale: #1B1B1B. Windows color (decimal): -14282445 or 3346726. OLE color: 3346726.

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

Color convert

RGB381751-
CMYK0.250.6700.8
HSL277.06º50%13.33%-
HSV(B)277.06º66.67%20%-
XYZ1.61.053.25-
YUV27.16141.46135.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 51 (20.31% from 255) = 48.11%
R=35.85%
G=16.04%
B=48.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3817510.250.6700.8277.065013.33
Hex261133194305011532d
Octal4621633110301204256215
Binary10011010001110011110011000011010100001000101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261133; }

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

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

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

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

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

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

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

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