Html Css Color HEX #270F2E Blackcurrant

📋 copy color: '#270F2E'

red 39 ◦ green 15 ◦ blue 46

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

Shades of Blackcurrant #270F2E

Tints of Blackcurrant #270F2E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15%

 BLUE value IS 46 (18.36% from 255) = 46%

R = 39%
G = 15%
B = 46%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#270F2E (or 0x270F2E) is known color: Blackcurrant. HEX triplet: 27, 0F and 2E. RGB value is (39,15,46). Sum of RGB (Red+Green+Blue) = 39+15+46=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #270F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F2E is #D8F0D1. Grayscale: #191919. Windows color (decimal): -14217426 or 3018535. OLE color: 3018535.

HSL color Cylindrical-coordinate representation of color #270F2E: hue angle of 286.45º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #270F2E is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 15 46 -
CMYK 0.15 0.67 0 0.82
HSL 286.45º 0.51% 0.12% -
HSV(B) 286.45º 0.67% 0.18% -
XYZ 1.5 0.97 2.69 -
YUV 25.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 39 15 46 0.15 0.67 0 0.82 286.45 0.51 0.12
Hex 27 F 2E F 43 0 52 11E 33 C
Octal 47 17 56 17 103 0 122 436 63 14
Binary 100111 1111 101110 1111 1000011 0 1010010 100011110 110011 1100

Color Harmonies of #270F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270F2E

Black with #270F2E

Text Example


Text Example

White with #270F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,15,46); }

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

background-color css

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

 a { background-color: rgb(39,15,46); }

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

border-color css

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

 span { border-color: rgb(39,15,46); }

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