#261A35

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

Shades of Blackcurrant #261A35

Tints of Blackcurrant #261A35

Color information

#261A35 (or 0x261A35) is unknown color: approx Blackcurrant. HEX triplet: 26, 1A and 35. RGB value is (38,26,53). Sum of RGB (Red+Green+Blue) = 38+26+53=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #261A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A35 is #D9E5CA. Grayscale: #202020. Windows color (decimal): -14280139 or 3480102. OLE color: 3480102.

HSL color Cylindrical-coordinate representation of color #261A35: hue angle of 266.67º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #261A35 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB382653-
CMYK0.280.5100.79
HSL266.67º34.18%15.49%-
HSV(B)266.67º50.94%20.78%-
XYZ1.811.413.54-
YUV32.67139.48131.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.48%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 53 (21.09% from 255) = 45.30%
R=32.48%
G=22.22%
B=45.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3826530.280.5100.79266.6734.1815.49
Hex261A351C3304F10b22f
Octal463265346301174134217
Binary1001101101011010111100110011010011111000010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261A35; }

 p { color: rgb(38,26,53); }

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

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

 a { background-color: rgb(38,26,53); }

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

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

 span { border-color: rgb(38,26,53); }

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