#261134

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

Shades of Blackcurrant #261134

Tints of Blackcurrant #261134

Color information

#261134 (or 0x261134) is unknown color: approx Blackcurrant. HEX triplet: 26, 11 and 34. RGB value is (38,17,52). Sum of RGB (Red+Green+Blue) = 38+17+52=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #261134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261134 is #D9EECB. Grayscale: #1B1B1B. Windows color (decimal): -14282444 or 3412262. OLE color: 3412262.

HSL color Cylindrical-coordinate representation of color #261134: hue angle of 276º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #261134 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB381752-
CMYK0.270.6700.80
HSL276º50.72%13.53%-
HSV(B)276º67.31%20.39%-
XYZ1.621.063.37-
YUV27.27141.96135.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 52 (20.70% from 255) = 48.60%
R=35.51%
G=15.89%
B=48.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3817520.270.6700.8027650.7213.53
Hex2611341B4305011433e
Octal4621643310301204246316
Binary10011010001110100110111000011010100001000101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261134; }

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

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

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

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

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

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

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

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