Html Css Color HEX #270141 Blackcurrant

📋 copy color: '#270141'

red 39 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #270141

Tints of Blackcurrant #270141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.95%

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

R = 37.14%
G = 0.95%
B = 61.9%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#270141 (or 0x270141) is known color: Blackcurrant. HEX triplet: 27, 01 and 41. RGB value is (39,1,65). Sum of RGB (Red+Green+Blue) = 39+1+65=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #270141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270141 is #D8FEBE. Grayscale: #131313. Windows color (decimal): -14220991 or 4260135. OLE color: 4260135.

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

Color convert

RGB 39 1 65 -
CMYK 0.40 0.98 0 0.75
HSL 275.63º 0.97% 0.13% -
HSV(B) 275.63º 0.98% 0.25% -
XYZ 1.8 0.83 5.07 -
YUV 19.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 39 1 65 0.40 0.98 0 0.75 275.63 0.97 0.13
Hex 27 1 41 28 62 0 4B 114 61 D
Octal 47 1 101 50 142 0 113 424 141 15
Binary 100111 1 1000001 101000 1100010 0 1001011 100010100 1100001 1101

Color Harmonies of #270141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270141

Black with #270141

Text Example


Text Example

White with #270141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270141; }

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

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

background-color css

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

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

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

border-color css

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

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

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