#26052B

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

Shades of Blackcurrant #26052B

Tints of Blackcurrant #26052B

Color information

#26052B (or 0x26052B) is unknown color: approx Blackcurrant. HEX triplet: 26, 05 and 2B. RGB value is (38,5,43). Sum of RGB (Red+Green+Blue) = 38+5+43=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #26052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26052B is #D9FAD4. Grayscale: #131313. Windows color (decimal): -14285525 or 2819366. OLE color: 2819366.

HSL color Cylindrical-coordinate representation of color #26052B: hue angle of 292.11º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26052B is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB38543-
CMYK0.120.8800.83
HSL292.11º79.17%9.41%-
HSV(B)292.11º88.37%16.86%-
XYZ1.290.72.35-
YUV19.2141.43141.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.19%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 43 (17.19% from 255) = 50%
R=44.19%
G=5.81%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal385430.120.8800.83292.1179.179.41
Hex2652BC580531244f9
Octal4655314130012344411711
Binary100110101101011110010110000101001110010010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,5,43); }

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

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

 a { background-color: rgb(38,5,43); }

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

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

 span { border-color: rgb(38,5,43); }

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