Html Css Color HEX #270E40 Blackcurrant

📋 copy color: '#270E40'

red 39 ◦ green 14 ◦ blue 64

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

Shades of Blackcurrant #270E40

Tints of Blackcurrant #270E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.97%

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

R = 33.33%
G = 11.97%
B = 54.7%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#270E40 (or 0x270E40) is known color: Blackcurrant. HEX triplet: 27, 0E and 40. RGB value is (39,14,64). Sum of RGB (Red+Green+Blue) = 39+14+64=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #270E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E40 is #D8F1BF. Grayscale: #1B1B1B. Windows color (decimal): -14217664 or 4197927. OLE color: 4197927.

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

Color convert

RGB 39 14 64 -
CMYK 0.39 0.78 0 0.75
HSL 270º 0.64% 0.15% -
HSV(B) 270º 0.78% 0.25% -
XYZ 1.92 1.12 4.96 -
YUV 27.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 39 14 64 0.39 0.78 0 0.75 270 0.64 0.15
Hex 27 E 40 27 4E 0 4B 10E 40 F
Octal 47 16 100 47 116 0 113 416 100 17
Binary 100111 1110 1000000 100111 1001110 0 1001011 100001110 1000000 1111

Color Harmonies of #270E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270E40

Black with #270E40

Text Example


Text Example

White with #270E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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