#270D33

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

Shades of Blackcurrant #270D33

Tints of Blackcurrant #270D33

Color information

#270D33 (or 0x270D33) is unknown color: approx Blackcurrant. HEX triplet: 27, 0D and 33. RGB value is (39,13,51). Sum of RGB (Red+Green+Blue) = 39+13+51=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #270D33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D33 is #D8F2CC. Grayscale: #181818. Windows color (decimal): -14217933 or 3345703. OLE color: 3345703.

HSL color Cylindrical-coordinate representation of color #270D33: hue angle of 281.05º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #270D33 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB391351-
CMYK0.240.7500.8
HSL281.05º59.38%12.55%-
HSV(B)281.05º74.51%20%-
XYZ1.580.963.23-
YUV25.11142.61137.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.86%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 51 (20.31% from 255) = 49.51%
R=37.86%
G=12.62%
B=49.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3913510.240.7500.8281.0559.3812.55
Hex27D33184B0501193bd
Octal4715633011301204317315
Binary1001111101110011110001001011010100001000110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270D33; }

 p { color: rgb(39,13,51); }

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

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

 a { background-color: rgb(39,13,51); }

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

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

 span { border-color: rgb(39,13,51); }

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