Html Css Color HEX #270F34 Blackcurrant

📋 copy color: '#270F34'

red 39 ◦ green 15 ◦ blue 52

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

Shades of Blackcurrant #270F34

Tints of Blackcurrant #270F34

RGB

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

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

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

R = 36.79%
G = 14.15%
B = 49.06%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#270F34 (or 0x270F34) is known color: Blackcurrant. HEX triplet: 27, 0F and 34. RGB value is (39,15,52). Sum of RGB (Red+Green+Blue) = 39+15+52=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #270F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F34 is #D8F0CB. Grayscale: #1A1A1A. Windows color (decimal): -14217420 or 3411751. OLE color: 3411751.

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

Color convert

RGB 39 15 52 -
CMYK 0.25 0.71 0 0.80
HSL 278.92º 0.55% 0.13% -
HSV(B) 278.92º 0.71% 0.2% -
XYZ 1.63 1.02 3.36 -
YUV 26.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 39 15 52 0.25 0.71 0 0.80 278.92 0.55 0.13
Hex 27 F 34 19 47 0 50 117 37 D
Octal 47 17 64 31 107 0 120 427 67 15
Binary 100111 1111 110100 11001 1000111 0 1010000 100010111 110111 1101

Color Harmonies of #270F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270F34

Black with #270F34

Text Example


Text Example

White with #270F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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