#260237

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

Shades of Blackcurrant #260237

Tints of Blackcurrant #260237

Color information

#260237 (or 0x260237) is unknown color: approx Blackcurrant. HEX triplet: 26, 02 and 37. RGB value is (38,2,55). Sum of RGB (Red+Green+Blue) = 38+2+55=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #260237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260237 is #D9FDC8. Grayscale: #121212. Windows color (decimal): -14286281 or 3605030. OLE color: 3605030.

HSL color Cylindrical-coordinate representation of color #260237: hue angle of 280.75º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260237 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB38255-
CMYK0.310.9600.78
HSL280.75º92.98%11.18%-
HSV(B)280.75º96.36%21.57%-
XYZ1.510.733.68-
YUV18.81148.43141.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 55 (21.88% from 255) = 57.89%
R=40%
G=2.11%
B=57.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal382550.310.9600.78280.7592.9811.18
Hex262371F6004E1195db
Octal4626737140011643113513
Binary100110101101111111111000000100111010001100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260237; }

 p { color: rgb(38,2,55); }

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

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

 a { background-color: rgb(38,2,55); }

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

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

 span { border-color: rgb(38,2,55); }

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