Html Css Color HEX #270E36 Blackcurrant

📋 copy color: '#270E36'

red 39 ◦ green 14 ◦ blue 54

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

Shades of Blackcurrant #270E36

Tints of Blackcurrant #270E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 50.47%

R = 36.45%
G = 13.08%
B = 50.47%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#270E36 (or 0x270E36) is known color: Blackcurrant. HEX triplet: 27, 0E and 36. RGB value is (39,14,54). Sum of RGB (Red+Green+Blue) = 39+14+54=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #270E36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E36 is #D8F1C9. Grayscale: #191919. Windows color (decimal): -14217674 or 3542567. OLE color: 3542567.

HSL color Cylindrical-coordinate representation of color #270E36: hue angle of 277.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #270E36 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 14 54 -
CMYK 0.28 0.74 0 0.79
HSL 277.5º 0.59% 0.13% -
HSV(B) 277.5º 0.74% 0.21% -
XYZ 1.66 1.01 3.6 -
YUV 26.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 39 14 54 0.28 0.74 0 0.79 277.5 0.59 0.13
Hex 27 E 36 1C 4A 0 4F 116 3B D
Octal 47 16 66 34 112 0 117 426 73 15
Binary 100111 1110 110110 11100 1001010 0 1001111 100010110 111011 1101

Color Harmonies of #270E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270E36

Black with #270E36

Text Example


Text Example

White with #270E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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