Html Css Color HEX #270E34 Blackcurrant

📋 copy color: '#270E34'

red 39 ◦ green 14 ◦ blue 52

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

Shades of Blackcurrant #270E34

Tints of Blackcurrant #270E34

RGB

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

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

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

R = 37.14%
G = 13.33%
B = 49.52%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#270E34 (or 0x270E34) is known color: Blackcurrant. HEX triplet: 27, 0E and 34. RGB value is (39,14,52). Sum of RGB (Red+Green+Blue) = 39+14+52=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #270E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E34 is #D8F1CB. Grayscale: #191919. Windows color (decimal): -14217676 or 3411495. OLE color: 3411495.

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

Color convert

RGB 39 14 52 -
CMYK 0.25 0.73 0 0.80
HSL 279.47º 0.58% 0.13% -
HSV(B) 279.47º 0.73% 0.2% -
XYZ 1.61 0.99 3.36 -
YUV 25.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 39 14 52 0.25 0.73 0 0.80 279.47 0.58 0.13
Hex 27 E 34 19 49 0 50 117 3A D
Octal 47 16 64 31 111 0 120 427 72 15
Binary 100111 1110 110100 11001 1001001 0 1010000 100010111 111010 1101

Color Harmonies of #270E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270E34

Black with #270E34

Text Example


Text Example

White with #270E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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