Html Css Color HEX #270241 Blackcurrant

📋 copy color: '#270241'

red 39 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #270241

Tints of Blackcurrant #270241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

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

R = 36.79%
G = 1.89%
B = 61.32%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#270241 (or 0x270241) is known color: Blackcurrant. HEX triplet: 27, 02 and 41. RGB value is (39,2,65). Sum of RGB (Red+Green+Blue) = 39+2+65=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #270241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270241 is #D8FDBE. Grayscale: #141414. Windows color (decimal): -14220735 or 4260391. OLE color: 4260391.

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

Color convert

RGB 39 2 65 -
CMYK 0.40 0.97 0 0.75
HSL 275.24º 0.94% 0.13% -
HSV(B) 275.24º 0.97% 0.25% -
XYZ 1.81 0.86 5.07 -
YUV 20.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 39 2 65 0.40 0.97 0 0.75 275.24 0.94 0.13
Hex 27 2 41 28 61 0 4B 113 5E D
Octal 47 2 101 50 141 0 113 423 136 15
Binary 100111 10 1000001 101000 1100001 0 1001011 100010011 1011110 1101

Color Harmonies of #270241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270241

Black with #270241

Text Example


Text Example

White with #270241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270241; }

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

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

background-color css

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

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

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

border-color css

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

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

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