#270A35

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

Shades of Blackcurrant #270A35

Tints of Blackcurrant #270A35

Color information

#270A35 (or 0x270A35) is unknown color: approx Blackcurrant. HEX triplet: 27, 0A and 35. RGB value is (39,10,53). Sum of RGB (Red+Green+Blue) = 39+10+53=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #270A35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270A35 is #D8F5CA. Grayscale: #171717. Windows color (decimal): -14218699 or 3476007. OLE color: 3476007.

HSL color Cylindrical-coordinate representation of color #270A35: hue angle of 280.47º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #270A35 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB391053-
CMYK0.260.8100.79
HSL280.47º68.25%12.35%-
HSV(B)280.47º81.13%20.78%-
XYZ1.590.913.46-
YUV23.57144.61139-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.24%
GREEN value IS 10 (4.30% from 255) = 9.80%
BLUE value IS 53 (21.09% from 255) = 51.96%
R=38.24%
G=9.80%
B=51.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3910530.260.8100.79280.4768.2512.35
Hex27A351A5104F11844c
Octal47126532121011743010414
Binary10011110101101011101010100010100111110001100010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,10,53); }

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

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

 a { background-color: rgb(39,10,53); }

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

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

 span { border-color: rgb(39,10,53); }

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