#261033

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

Shades of Blackcurrant #261033

Tints of Blackcurrant #261033

Color information

#261033 (or 0x261033) is unknown color: approx Blackcurrant. HEX triplet: 26, 10 and 33. RGB value is (38,16,51). Sum of RGB (Red+Green+Blue) = 38+16+51=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #261033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261033 is #D9EFCC. Grayscale: #1A1A1A. Windows color (decimal): -14282701 or 3346470. OLE color: 3346470.

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

Color convert

RGB381651-
CMYK0.250.6900.8
HSL277.71º52.24%13.14%-
HSV(B)277.71º68.63%20%-
XYZ1.581.023.25-
YUV26.57141.79136.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.19%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 51 (20.31% from 255) = 48.57%
R=36.19%
G=15.24%
B=48.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3816510.250.6900.8277.7152.2413.14
Hex261033194505011634d
Octal4620633110501204266415
Binary10011010000110011110011000101010100001000101101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261033; }

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

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

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

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

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

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

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

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