#26063D

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

Shades of Blackcurrant #26063D

Tints of Blackcurrant #26063D

Color information

#26063D (or 0x26063D) is unknown color: approx Blackcurrant. HEX triplet: 26, 06 and 3D. RGB value is (38,6,61). Sum of RGB (Red+Green+Blue) = 38+6+61=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #26063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26063D is #D9F9C2. Grayscale: #151515. Windows color (decimal): -14285251 or 3999270. OLE color: 3999270.

HSL color Cylindrical-coordinate representation of color #26063D: hue angle of 274.91º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26063D is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB38661-
CMYK0.380.9000.76
HSL274.91º82.09%13.14%-
HSV(B)274.91º90.16%23.92%-
XYZ1.710.884.49-
YUV21.84150.1139.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.19%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 61 (24.22% from 255) = 58.10%
R=36.19%
G=5.71%
B=58.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal386610.380.9000.76274.9182.0913.14
Hex2663D265A04C11352d
Octal4667546132011442312215
Binary10011011011110110011010110100100110010001001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26063D; }

 p { color: rgb(38,6,61); }

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

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

 a { background-color: rgb(38,6,61); }

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

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

 span { border-color: rgb(38,6,61); }

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