Html Css Color HEX #2F0350 Blackcurrant

📋 copy color: '#2F0350'

red 47 ◦ green 3 ◦ blue 80

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

Shades of Blackcurrant #2F0350

Tints of Blackcurrant #2F0350

RGB

 RED value IS 47 (18.75% from 255) = 36.15%

 GREEN value IS 3 (1.56% from 255) = 2.31%

 BLUE value IS 80 (31.64% from 255) = 61.54%

R = 36.15%
G = 2.31%
B = 61.54%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F0350 (or 0x2F0350) is known color: Blackcurrant. HEX triplet: 2F, 03 and 50. RGB value is (47,3,80). Sum of RGB (Red+Green+Blue) = 47+3+80=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F0350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0350 is #D0FCAF. Grayscale: #181818. Windows color (decimal): -13696176 or 5243695. OLE color: 5243695.

HSL color Cylindrical-coordinate representation of color #2F0350: hue angle of 274.29º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0350 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 3 80 -
CMYK 0.41 0.96 0 0.69
HSL 274.29º 0.93% 0.16% -
HSV(B) 274.29º 0.96% 0.31% -
XYZ 2.65 1.25 7.69 -
YUV 24.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 47 3 80 0.41 0.96 0 0.69 274.29 0.93 0.16
Hex 2F 3 50 29 60 0 45 112 5D 10
Octal 57 3 120 51 140 0 105 422 135 20
Binary 101111 11 1010000 101001 1100000 0 1000101 100010010 1011101 10000

Color Harmonies of #2F0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0350

Black with #2F0350

Text Example


Text Example

White with #2F0350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F0350; }

 p { color: rgb(47,3,80); }

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

background-color css

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

 a { background-color: rgb(47,3,80); }

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

border-color css

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

 span { border-color: rgb(47,3,80); }

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