Html Css Color HEX #270941 Blackcurrant

📋 copy color: '#270941'

red 39 ◦ green 9 ◦ blue 65

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

Shades of Blackcurrant #270941

Tints of Blackcurrant #270941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.96%

 BLUE value IS 65 (25.78% from 255) = 57.52%

R = 34.51%
G = 7.96%
B = 57.52%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#270941 (or 0x270941) is known color: Blackcurrant. HEX triplet: 27, 09 and 41. RGB value is (39,9,65). Sum of RGB (Red+Green+Blue) = 39+9+65=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #270941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270941 is #D8F6BE. Grayscale: #181818. Windows color (decimal): -14218943 or 4262183. OLE color: 4262183.

HSL color Cylindrical-coordinate representation of color #270941: hue angle of 272.14º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #270941 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 9 65 -
CMYK 0.40 0.86 0 0.75
HSL 272.14º 0.76% 0.15% -
HSV(B) 272.14º 0.86% 0.25% -
XYZ 1.89 1.01 5.1 -
YUV 24.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 39 9 65 0.40 0.86 0 0.75 272.14 0.76 0.15
Hex 27 9 41 28 56 0 4B 110 4C F
Octal 47 11 101 50 126 0 113 420 114 17
Binary 100111 1001 1000001 101000 1010110 0 1001011 100010000 1001100 1111

Color Harmonies of #270941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270941

Black with #270941

Text Example


Text Example

White with #270941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270941; }

 p { color: rgb(39,9,65); }

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

background-color css

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

 a { background-color: rgb(39,9,65); }

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

border-color css

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

 span { border-color: rgb(39,9,65); }

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