#261B35

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

Shades of Blackcurrant #261B35

Tints of Blackcurrant #261B35

Color information

#261B35 (or 0x261B35) is unknown color: approx Blackcurrant. HEX triplet: 26, 1B and 35. RGB value is (38,27,53). Sum of RGB (Red+Green+Blue) = 38+27+53=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #261B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B35 is #D9E4CA. Grayscale: #212121. Windows color (decimal): -14279883 or 3480358. OLE color: 3480358.

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

Color convert

RGB382753-
CMYK0.280.4900.79
HSL265.38º32.5%15.69%-
HSV(B)265.38º49.06%20.78%-
XYZ1.831.453.55-
YUV33.25139.14131.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.20%
GREEN value IS 27 (10.94% from 255) = 22.88%
BLUE value IS 53 (21.09% from 255) = 44.92%
R=32.20%
G=22.88%
B=44.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3827530.280.4900.79265.3832.515.69
Hex261B351C3104F1092010
Octal463365346101174114020
Binary10011011011110101111001100010100111110000100110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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