#242126

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

Shades of Blackcurrant #242126

Tints of Blackcurrant #242126

Color information

#242126 (or 0x242126) is unknown color: approx Blackcurrant. HEX triplet: 24, 21 and 26. RGB value is (36,33,38). Sum of RGB (Red+Green+Blue) = 36+33+38=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 38 - color contains mainly: blue. Hex color #242126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242126 is #DBDED9. Grayscale: #222222. Windows color (decimal): -14409434 or 2498852. OLE color: 2498852.

HSL color Cylindrical-coordinate representation of color #242126: hue angle of 276º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #242126 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB363338-
CMYK0.050.1300.85
HSL276º7.04%13.92%-
HSV(B)276º13.16%14.9%-
XYZ1.621.62.06-
YUV34.47129.99129.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.64%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=33.64%
G=30.84%
B=35.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3633380.050.1300.852767.0413.92
Hex2421265D0551147e
Octal4441465150125424716
Binary1001001000011001101011101010101011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242126; }

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

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

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

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

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

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

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

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