#261A33

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

Shades of Blackcurrant #261A33

Tints of Blackcurrant #261A33

Color information

#261A33 (or 0x261A33) is unknown color: approx Blackcurrant. HEX triplet: 26, 1A and 33. RGB value is (38,26,51). Sum of RGB (Red+Green+Blue) = 38+26+51=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 51 - color contains mainly: blue. Hex color #261A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A33 is #D9E5CC. Grayscale: #202020. Windows color (decimal): -14280141 or 3349030. OLE color: 3349030.

HSL color Cylindrical-coordinate representation of color #261A33: hue angle of 268.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #261A33 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB382651-
CMYK0.250.4900.8
HSL268.8º32.47%15.1%-
HSV(B)268.8º49.02%20%-
XYZ1.771.393.31-
YUV32.44138.48131.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.04%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 51 (20.31% from 255) = 44.35%
R=33.04%
G=22.61%
B=44.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3826510.250.4900.8268.832.4715.1
Hex261A33193105010d20f
Octal463263316101204154017
Binary1001101101011001111001110001010100001000011011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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