#261D30

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

Shades of Blackcurrant #261D30

Tints of Blackcurrant #261D30

Color information

#261D30 (or 0x261D30) is unknown color: approx Blackcurrant. HEX triplet: 26, 1D and 30. RGB value is (38,29,48). Sum of RGB (Red+Green+Blue) = 38+29+48=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #261D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D30 is #D9E2CF. Grayscale: #212121. Windows color (decimal): -14279376 or 3153190. OLE color: 3153190.

HSL color Cylindrical-coordinate representation of color #261D30: hue angle of 268.42º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #261D30 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB382948-
CMYK0.210.4000.81
HSL268.42º24.68%15.1%-
HSV(B)268.42º39.58%18.82%-
XYZ1.771.52.99-
YUV33.86135.98130.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.04%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 48 (19.14% from 255) = 41.74%
R=33.04%
G=25.22%
B=41.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3829480.210.4000.81268.4224.6815.1
Hex261D30152805110c19f
Octal463560255001214143117
Binary100110111011100001010110100001010001100001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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