#262427

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

Shades of Blackcurrant #262427

Tints of Blackcurrant #262427

Color information

#262427 (or 0x262427) is unknown color: approx Blackcurrant. HEX triplet: 26, 24 and 27. RGB value is (38,36,39). Sum of RGB (Red+Green+Blue) = 38+36+39=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 39 - color contains mainly: blue. Hex color #262427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262427 is #D9DBD8. Grayscale: #242424. Windows color (decimal): -14277593 or 2565158. OLE color: 2565158.

HSL color Cylindrical-coordinate representation of color #262427: hue angle of 280º degrees, saturation: 0.04, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #262427 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB383639-
CMYK0.030.0800.85
HSL280º4%14.71%-
HSV(B)280º7.69%15.29%-
XYZ1.81.822.18-
YUV36.94129.16128.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=33.63%
G=31.86%
B=34.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3836390.030.0800.85280414.71
Hex262427380551184f
Octal4644473100125430417
Binary100110100100100111111000010101011000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262427; }

 p { color: rgb(38,36,39); }

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

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

 a { background-color: rgb(38,36,39); }

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

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

 span { border-color: rgb(38,36,39); }

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