#270A34

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

Shades of Blackcurrant #270A34

Tints of Blackcurrant #270A34

Color information

#270A34 (or 0x270A34) is unknown color: approx Blackcurrant. HEX triplet: 27, 0A and 34. RGB value is (39,10,52). Sum of RGB (Red+Green+Blue) = 39+10+52=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #270A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270A34 is #D8F5CB. Grayscale: #171717. Windows color (decimal): -14218700 or 3410471. OLE color: 3410471.

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

Color convert

RGB391052-
CMYK0.250.8100.80
HSL281.43º67.74%12.16%-
HSV(B)281.43º80.77%20.39%-
XYZ1.570.93.34-
YUV23.46144.11139.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.61%
GREEN value IS 10 (4.30% from 255) = 9.90%
BLUE value IS 52 (20.70% from 255) = 51.49%
R=38.61%
G=9.90%
B=51.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3910520.250.8100.80281.4367.7412.16
Hex27A34195105011944c
Octal47126431121012043110414
Binary10011110101101001100110100010101000010001100110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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