Html Css Color HEX #270034 Blackcurrant

📋 copy color: '#270034'

red 39 ◦ green 0 ◦ blue 52

#270034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #270034

Tints of Blackcurrant #270034

RGB

 RED value IS 39 (15.63% from 255) = 42.86%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 52 (20.7% from 255) = 57.14%

R = 42.86%
G = 0%
B = 57.14%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#270034 (or 0x270034) is known color: Blackcurrant. HEX triplet: 27, 00 and 34. RGB value is (39,0,52). Sum of RGB (Red+Green+Blue) = 39+0+52=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #270034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270034 is #D8FFCB. Grayscale: #111111. Windows color (decimal): -14221260 or 3407911. OLE color: 3407911.

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

Color convert

RGB 39 0 52 -
CMYK 0.25 1 0 0.80
HSL 285º 1% 0.1% -
HSV(B) 285º 1% 0.2% -
XYZ 1.46 0.68 3.3 -
YUV 17.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 39 0 52 0.25 1 0 0.80 285 1 0.1
Hex 27 0 34 19 64 0 50 11D 64 A
Octal 47 0 64 31 144 0 120 435 144 12
Binary 100111 0 110100 11001 1100100 0 1010000 100011101 1100100 1010

Color Harmonies of #270034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270034

Black with #270034

Text Example


Text Example

White with #270034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270034; }

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

 H1.HeaderClassName
 {
   color: #270034;
 }
 .AnyTagClassName
 {
   color: #270034;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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