#261330

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

Shades of Blackcurrant #261330

Tints of Blackcurrant #261330

Color information

#261330 (or 0x261330) is unknown color: approx Blackcurrant. HEX triplet: 26, 13 and 30. RGB value is (38,19,48). Sum of RGB (Red+Green+Blue) = 38+19+48=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #261330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261330 is #D9ECCF. Grayscale: #1B1B1B. Windows color (decimal): -14281936 or 3150630. OLE color: 3150630.

HSL color Cylindrical-coordinate representation of color #261330: hue angle of 279.31º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #261330 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB381948-
CMYK0.210.6000.81
HSL279.31º43.28%13.14%-
HSV(B)279.31º60.42%18.82%-
XYZ1.571.092.92-
YUV27.99139.29135.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.19%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=36.19%
G=18.10%
B=45.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3819480.210.6000.81279.3143.2813.14
Hex261330153C0511172bd
Octal462360257401214275315
Binary1001101001111000010101111100010100011000101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261330; }

 p { color: rgb(38,19,48); }

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

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

 a { background-color: rgb(38,19,48); }

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

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

 span { border-color: rgb(38,19,48); }

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