Html Css Color HEX #270E41 Blackcurrant

📋 copy color: '#270E41'

red 39 ◦ green 14 ◦ blue 65

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

Shades of Blackcurrant #270E41

Tints of Blackcurrant #270E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 55.08%

R = 33.05%
G = 11.86%
B = 55.08%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#270E41 (or 0x270E41) is known color: Blackcurrant. HEX triplet: 27, 0E and 41. RGB value is (39,14,65). Sum of RGB (Red+Green+Blue) = 39+14+65=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #270E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E41 is #D8F1BE. Grayscale: #1B1B1B. Windows color (decimal): -14217663 or 4263463. OLE color: 4263463.

HSL color Cylindrical-coordinate representation of color #270E41: hue angle of 269.41º degrees, saturation: 0.65, 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 #270E41 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 14 65 -
CMYK 0.40 0.78 0 0.75
HSL 269.41º 0.65% 0.15% -
HSV(B) 269.41º 0.78% 0.25% -
XYZ 1.95 1.13 5.12 -
YUV 27.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 39 14 65 0.40 0.78 0 0.75 269.41 0.65 0.15
Hex 27 E 41 28 4E 0 4B 10D 41 F
Octal 47 16 101 50 116 0 113 415 101 17
Binary 100111 1110 1000001 101000 1001110 0 1001011 100001101 1000001 1111

Color Harmonies of #270E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270E41

Black with #270E41

Text Example


Text Example

White with #270E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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