#26122A

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

Shades of Blackcurrant #26122A

Tints of Blackcurrant #26122A

Color information

#26122A (or 0x26122A) is unknown color: approx Blackcurrant. HEX triplet: 26, 12 and 2A. RGB value is (38,18,42). Sum of RGB (Red+Green+Blue) = 38+18+42=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #26122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26122A is #D9EDD5. Grayscale: #1A1A1A. Windows color (decimal): -14282198 or 2757158. OLE color: 2757158.

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

Color convert

RGB381842-
CMYK0.100.5700.84
HSL290º40%11.76%-
HSV(B)290º57.14%16.47%-
XYZ1.431.012.31-
YUV26.72136.63136.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.78%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 42 (16.80% from 255) = 42.86%
R=38.78%
G=18.37%
B=42.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3818420.100.5700.842904011.76
Hex26122AA3905412228c
Octal462252127101244425014
Binary100110100101010101010111001010101001001000101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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