#26212A

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

Shades of Blackcurrant #26212A

Tints of Blackcurrant #26212A

Color information

#26212A (or 0x26212A) is unknown color: approx Blackcurrant. HEX triplet: 26, 21 and 2A. RGB value is (38,33,42). Sum of RGB (Red+Green+Blue) = 38+33+42=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 42 - color contains mainly: blue. Hex color #26212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26212A is #D9DED5. Grayscale: #232323. Windows color (decimal): -14278358 or 2760998. OLE color: 2760998.

HSL color Cylindrical-coordinate representation of color #26212A: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #26212A is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB383342-
CMYK0.100.2100.84
HSL273.33º12%14.71%-
HSV(B)273.33º21.43%16.47%-
XYZ1.761.672.42-
YUV35.52131.66129.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=33.63%
G=29.20%
B=37.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3833420.100.2100.84273.331214.71
Hex26212AA15054111cf
Octal464152122501244211417
Binary1001101000011010101010101010101010010001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26212A; }

 p { color: rgb(38,33,42); }

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

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

 a { background-color: rgb(38,33,42); }

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

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

 span { border-color: rgb(38,33,42); }

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