#261130

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

Shades of Blackcurrant #261130

Tints of Blackcurrant #261130

Color information

#261130 (or 0x261130) is unknown color: approx Blackcurrant. HEX triplet: 26, 11 and 30. RGB value is (38,17,48). Sum of RGB (Red+Green+Blue) = 38+17+48=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #261130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261130 is #D9EECF. Grayscale: #1A1A1A. Windows color (decimal): -14282448 or 3150118. OLE color: 3150118.

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

Color convert

RGB381748-
CMYK0.210.6500.81
HSL280.65º47.69%12.75%-
HSV(B)280.65º64.58%18.82%-
XYZ1.531.032.91-
YUV26.81139.96135.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.89%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 48 (19.14% from 255) = 46.60%
R=36.89%
G=16.50%
B=46.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3817480.210.6500.81280.6547.6912.75
Hex261130154105111930d
Octal4621602510101214316015
Binary10011010001110000101011000001010100011000110011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261130; }

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

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

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

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

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

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

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

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