#231226

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

Shades of Blackcurrant #231226

Tints of Blackcurrant #231226

Color information

#231226 (or 0x231226) is unknown color: approx Blackcurrant. HEX triplet: 23, 12 and 26. RGB value is (35,18,38). Sum of RGB (Red+Green+Blue) = 35+18+38=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #231226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231226 is #DCEDD9. Grayscale: #191919. Windows color (decimal): -14478810 or 2495011. OLE color: 2495011.

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

Color convert

RGB351838-
CMYK0.080.5300.85
HSL291º35.71%10.98%-
HSV(B)291º52.63%14.9%-
XYZ1.260.931.95-
YUV25.36135.13134.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 38 (15.23% from 255) = 41.76%
R=38.46%
G=19.78%
B=41.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3518380.080.5300.8529135.7110.98
Hex23122683505512324b
Octal432246106501254434413
Binary100011100101001101000110101010101011001000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231226; }

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

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

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

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

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

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

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

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