#231127

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

Shades of Blackcurrant #231127

Tints of Blackcurrant #231127

Color information

#231127 (or 0x231127) is unknown color: approx Blackcurrant. HEX triplet: 23, 11 and 27. RGB value is (35,17,39). Sum of RGB (Red+Green+Blue) = 35+17+39=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #231127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231127 is #DCEED8. Grayscale: #181818. Windows color (decimal): -14479065 or 2560291. OLE color: 2560291.

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

Color convert

RGB351739-
CMYK0.100.5600.85
HSL289.09º39.29%10.98%-
HSV(B)289.09º56.41%15.29%-
XYZ1.260.92.03-
YUV24.89135.96135.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 39 (15.62% from 255) = 42.86%
R=38.46%
G=18.68%
B=42.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3517390.100.5600.85289.0939.2910.98
Hex231127A3805512127b
Octal432147127001254414713
Binary100011100011001111010111000010101011001000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231127; }

 p { color: rgb(35,17,39); }

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

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

 a { background-color: rgb(35,17,39); }

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

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

 span { border-color: rgb(35,17,39); }

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