Html Css Color HEX #270440 Blackcurrant

📋 copy color: '#270440'

red 39 ◦ green 4 ◦ blue 64

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

Shades of Blackcurrant #270440

Tints of Blackcurrant #270440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.74%

 BLUE value IS 64 (25.39% from 255) = 59.81%

R = 36.45%
G = 3.74%
B = 59.81%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#270440 (or 0x270440) is known color: Blackcurrant. HEX triplet: 27, 04 and 40. RGB value is (39,4,64). Sum of RGB (Red+Green+Blue) = 39+4+64=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #270440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270440 is #D8FBBF. Grayscale: #151515. Windows color (decimal): -14220224 or 4195367. OLE color: 4195367.

HSL color Cylindrical-coordinate representation of color #270440: hue angle of 275º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270440 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 4 64 -
CMYK 0.39 0.94 0 0.75
HSL 275º 0.88% 0.13% -
HSV(B) 275º 0.94% 0.25% -
XYZ 1.81 0.89 4.93 -
YUV 21.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 39 4 64 0.39 0.94 0 0.75 275 0.88 0.13
Hex 27 4 40 27 5E 0 4B 113 58 D
Octal 47 4 100 47 136 0 113 423 130 15
Binary 100111 100 1000000 100111 1011110 0 1001011 100010011 1011000 1101

Color Harmonies of #270440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270440

Black with #270440

Text Example


Text Example

White with #270440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270440; }

 p { color: rgb(39,4,64); }

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

background-color css

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

 a { background-color: rgb(39,4,64); }

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

border-color css

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

 span { border-color: rgb(39,4,64); }

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