Html Css Color HEX #2F0850 Blackcurrant

📋 copy color: '#2F0850'

red 47 ◦ green 8 ◦ blue 80

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

Shades of Blackcurrant #2F0850

Tints of Blackcurrant #2F0850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.93%

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

R = 34.81%
G = 5.93%
B = 59.26%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F0850 (or 0x2F0850) is known color: Blackcurrant. HEX triplet: 2F, 08 and 50. RGB value is (47,8,80). Sum of RGB (Red+Green+Blue) = 47+8+80=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F0850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0850 is #D0F7AF. Grayscale: #1B1B1B. Windows color (decimal): -13694896 or 5244975. OLE color: 5244975.

HSL color Cylindrical-coordinate representation of color #2F0850: hue angle of 272.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F0850 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 8 80 -
CMYK 0.41 0.90 0 0.69
HSL 272.5º 0.82% 0.17% -
HSV(B) 272.5º 0.9% 0.31% -
XYZ 2.71 1.36 7.71 -
YUV 27.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 47 8 80 0.41 0.90 0 0.69 272.5 0.82 0.17
Hex 2F 8 50 29 5A 0 45 110 52 11
Octal 57 10 120 51 132 0 105 420 122 21
Binary 101111 1000 1010000 101001 1011010 0 1000101 100010000 1010010 10001

Color Harmonies of #2F0850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0850

Black with #2F0850

Text Example


Text Example

White with #2F0850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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