#231B25

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

Shades of Blackcurrant #231B25

Tints of Blackcurrant #231B25

Color information

#231B25 (or 0x231B25) is unknown color: approx Blackcurrant. HEX triplet: 23, 1B and 25. RGB value is (35,27,37). Sum of RGB (Red+Green+Blue) = 35+27+37=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 37 - color contains mainly: blue. Hex color #231B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B25 is #DCE4DA. Grayscale: #1E1E1E. Windows color (decimal): -14476507 or 2431779. OLE color: 2431779.

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

Color convert

RGB352737-
CMYK0.050.2700.85
HSL288º15.62%12.55%-
HSV(B)288º27.03%14.51%-
XYZ1.421.271.92-
YUV30.53131.65131.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.35%
GREEN value IS 27 (10.94% from 255) = 27.27%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=35.35%
G=27.27%
B=37.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3527370.050.2700.8528815.6212.55
Hex231B2551B05512010d
Octal43334553301254402015
Binary100011110111001011011101101010101100100000100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231B25; }

 p { color: rgb(35,27,37); }

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

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

 a { background-color: rgb(35,27,37); }

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

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

 span { border-color: rgb(35,27,37); }

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