#27232A

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

Shades of Blackcurrant #27232A

Tints of Blackcurrant #27232A

Color information

#27232A (or 0x27232A) is unknown color: approx Blackcurrant. HEX triplet: 27, 23 and 2A. RGB value is (39,35,42). Sum of RGB (Red+Green+Blue) = 39+35+42=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 42 - color contains mainly: blue. Hex color #27232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27232A is #D8DCD5. Grayscale: #242424. Windows color (decimal): -14212310 or 2761511. OLE color: 2761511.

HSL color Cylindrical-coordinate representation of color #27232A: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #27232A is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB393542-
CMYK0.070.1700.84
HSL274.29º9.09%15.1%-
HSV(B)274.29º16.67%16.47%-
XYZ1.861.82.44-
YUV36.99130.83129.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=33.62%
G=30.17%
B=36.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3935420.070.1700.84274.299.0915.1
Hex27232A7110541129f
Octal47435272101244221117
Binary100111100011101010111100010101010010001001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27232A; }

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

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

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

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

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

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

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

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