Html Css Color HEX #270251 Blackcurrant

📋 copy color: '#270251'

red 39 ◦ green 2 ◦ blue 81

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

Shades of Blackcurrant #270251

Tints of Blackcurrant #270251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 66.39%

R = 31.97%
G = 1.64%
B = 66.39%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#270251 (or 0x270251) is known color: Blackcurrant. HEX triplet: 27, 02 and 51. RGB value is (39,2,81). Sum of RGB (Red+Green+Blue) = 39+2+81=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #270251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270251 is #D8FDAE. Grayscale: #151515. Windows color (decimal): -14220719 or 5308967. OLE color: 5308967.

HSL color Cylindrical-coordinate representation of color #270251: hue angle of 268.1º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270251 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 2 81 -
CMYK 0.52 0.98 0 0.68
HSL 268.1º 0.95% 0.16% -
HSV(B) 268.1º 0.98% 0.32% -
XYZ 2.34 1.07 7.87 -
YUV 22.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 39 2 81 0.52 0.98 0 0.68 268.1 0.95 0.16
Hex 27 2 51 34 62 0 44 10C 5F 10
Octal 47 2 121 64 142 0 104 414 137 20
Binary 100111 10 1010001 110100 1100010 0 1000100 100001100 1011111 10000

Color Harmonies of #270251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270251

Black with #270251

Text Example


Text Example

White with #270251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270251; }

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

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

background-color css

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

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

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

border-color css

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

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

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