#270038

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

Shades of Blackcurrant #270038

Tints of Blackcurrant #270038

Color information

#270038 (or 0x270038) is unknown color: approx Blackcurrant. HEX triplet: 27, 00 and 38. RGB value is (39,0,56). Sum of RGB (Red+Green+Blue) = 39+0+56=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #270038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270038 is #D8FFC7. Grayscale: #111111. Windows color (decimal): -14221256 or 3670055. OLE color: 3670055.

HSL color Cylindrical-coordinate representation of color #270038: hue angle of 281.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270038 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB39056-
CMYK0.30100.78
HSL281.79º100%10.98%-
HSV(B)281.79º100%21.96%-
XYZ1.550.723.8-
YUV18.05149.42142.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 58.95%
R=41.05%
G=0%
B=58.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal390560.30100.78281.7910010.98
Hex270381E6404E11a64b
Octal4707036144011643214413
Binary10011101110001111011001000100111010001101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270038; }

 p { color: rgb(39,0,56); }

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

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

 a { background-color: rgb(39,0,56); }

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

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

 span { border-color: rgb(39,0,56); }

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