#26003F

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

Shades of Blackcurrant #26003F

Tints of Blackcurrant #26003F

Color information

#26003F (or 0x26003F) is unknown color: approx Blackcurrant. HEX triplet: 26, 00 and 3F. RGB value is (38,0,63). Sum of RGB (Red+Green+Blue) = 38+0+63=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #26003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26003F is #D9FFC0. Grayscale: #121212. Windows color (decimal): -14286785 or 4128806. OLE color: 4128806.

HSL color Cylindrical-coordinate representation of color #26003F: hue angle of 276.19º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26003F is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB38063-
CMYK0.40100.75
HSL276.19º100%12.35%-
HSV(B)276.19º100%24.71%-
XYZ1.70.774.76-
YUV18.54153.09141.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 62.38%
R=37.62%
G=0%
B=62.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal380630.40100.75276.1910012.35
Hex2603F286404B11464c
Octal4607750144011342414414
Binary100110011111110100011001000100101110001010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26003F; }

 p { color: rgb(38,0,63); }

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

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

 a { background-color: rgb(38,0,63); }

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

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

 span { border-color: rgb(38,0,63); }

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