Html Css Color HEX #270E3B Blackcurrant

📋 copy color: '#270E3B'

red 39 ◦ green 14 ◦ blue 59

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

Shades of Blackcurrant #270E3B

Tints of Blackcurrant #270E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 52.68%

R = 34.82%
G = 12.5%
B = 52.68%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#270E3B (or 0x270E3B) is known color: Blackcurrant. HEX triplet: 27, 0E and 3B. RGB value is (39,14,59). Sum of RGB (Red+Green+Blue) = 39+14+59=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #270E3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E3B is #D8F1C4. Grayscale: #1A1A1A. Windows color (decimal): -14217669 or 3870247. OLE color: 3870247.

HSL color Cylindrical-coordinate representation of color #270E3B: hue angle of 273.33º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #270E3B is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 39 14 59 -
CMYK 0.34 0.76 0 0.77
HSL 273.33º 0.62% 0.14% -
HSV(B) 273.33º 0.76% 0.23% -
XYZ 1.78 1.06 4.25 -
YUV 26.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 39 14 59 0.34 0.76 0 0.77 273.33 0.62 0.14
Hex 27 E 3B 22 4C 0 4D 111 3E E
Octal 47 16 73 42 114 0 115 421 76 16
Binary 100111 1110 111011 100010 1001100 0 1001101 100010001 111110 1110

Color Harmonies of #270E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270E3B

Black with #270E3B

Text Example


Text Example

White with #270E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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