#26094B

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

Shades of Blackcurrant #26094B

Tints of Blackcurrant #26094B

Color information

#26094B (or 0x26094B) is unknown color: approx Blackcurrant. HEX triplet: 26, 09 and 4B. RGB value is (38,9,75). Sum of RGB (Red+Green+Blue) = 38+9+75=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #26094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26094B is #D9F6B4. Grayscale: #181818. Windows color (decimal): -14284469 or 4917542. OLE color: 4917542.

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

Color convert

RGB38975-
CMYK0.490.8800.71
HSL266.36º78.57%16.47%-
HSV(B)266.36º88%29.41%-
XYZ2.171.126.76-
YUV25.2156.11137.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.15%
GREEN value IS 9 (3.91% from 255) = 7.38%
BLUE value IS 75 (29.69% from 255) = 61.48%
R=31.15%
G=7.38%
B=61.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal389750.490.8800.71266.3678.5716.47
Hex2694B315804710a4f10
Octal461111361130010741211720
Binary10011010011001011110001101100001000111100001010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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