Html Css Color HEX #270641 Blackcurrant

📋 copy color: '#270641'

red 39 ◦ green 6 ◦ blue 65

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

Shades of Blackcurrant #270641

Tints of Blackcurrant #270641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.45%

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

R = 35.45%
G = 5.45%
B = 59.09%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#270641 (or 0x270641) is known color: Blackcurrant. HEX triplet: 27, 06 and 41. RGB value is (39,6,65). Sum of RGB (Red+Green+Blue) = 39+6+65=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #270641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270641 is #D8F9BE. Grayscale: #161616. Windows color (decimal): -14219711 or 4261415. OLE color: 4261415.

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

Color convert

RGB 39 6 65 -
CMYK 0.40 0.91 0 0.75
HSL 273.56º 0.83% 0.14% -
HSV(B) 273.56º 0.91% 0.25% -
XYZ 1.86 0.94 5.09 -
YUV 22.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 39 6 65 0.40 0.91 0 0.75 273.56 0.83 0.14
Hex 27 6 41 28 5B 0 4B 112 53 E
Octal 47 6 101 50 133 0 113 422 123 16
Binary 100111 110 1000001 101000 1011011 0 1001011 100010010 1010011 1110

Color Harmonies of #270641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270641

Black with #270641

Text Example


Text Example

White with #270641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270641; }

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

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

background-color css

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

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

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

border-color css

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

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

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