#26074B

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

Shades of Blackcurrant #26074B

Tints of Blackcurrant #26074B

Color information

#26074B (or 0x26074B) is unknown color: approx Blackcurrant. HEX triplet: 26, 07 and 4B. RGB value is (38,7,75). Sum of RGB (Red+Green+Blue) = 38+7+75=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #26074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26074B is #D9F8B4. Grayscale: #171717. Windows color (decimal): -14284981 or 4917030. OLE color: 4917030.

HSL color Cylindrical-coordinate representation of color #26074B: hue angle of 267.35º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26074B is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB38775-
CMYK0.490.9100.71
HSL267.35º82.93%16.08%-
HSV(B)267.35º90.67%29.41%-
XYZ2.151.076.75-
YUV24.02156.77137.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.67%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 75 (29.69% from 255) = 62.5%
R=31.67%
G=5.83%
B=62.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal387750.490.9100.71267.3582.9316.08
Hex2674B315B04710b5310
Octal46711361133010741312320
Binary1001101111001011110001101101101000111100001011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26074B; }

 p { color: rgb(38,7,75); }

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

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

 a { background-color: rgb(38,7,75); }

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

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

 span { border-color: rgb(38,7,75); }

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