Html Css Color HEX #2F1041 Blackcurrant

📋 copy color: '#2F1041'

red 47 ◦ green 16 ◦ blue 65

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

Shades of Blackcurrant #2F1041

Tints of Blackcurrant #2F1041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.5%

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

R = 36.72%
G = 12.5%
B = 50.78%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2F1041 (or 0x2F1041) is known color: Blackcurrant. HEX triplet: 2F, 10 and 41. RGB value is (47,16,65). Sum of RGB (Red+Green+Blue) = 47+16+65=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F1041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1041 is #D0EFBE. Grayscale: #1E1E1E. Windows color (decimal): -13692863 or 4263983. OLE color: 4263983.

HSL color Cylindrical-coordinate representation of color #2F1041: hue angle of 277.96º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F1041 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 16 65 -
CMYK 0.28 0.75 0 0.75
HSL 277.96º 0.6% 0.16% -
HSV(B) 277.96º 0.75% 0.25% -
XYZ 2.31 1.36 5.14 -
YUV 30.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 47 16 65 0.28 0.75 0 0.75 277.96 0.6 0.16
Hex 2F 10 41 1C 4B 0 4B 116 3C 10
Octal 57 20 101 34 113 0 113 426 74 20
Binary 101111 10000 1000001 11100 1001011 0 1001011 100010110 111100 10000

Color Harmonies of #2F1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1041

Black with #2F1041

Text Example


Text Example

White with #2F1041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,16,65); }

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

background-color css

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

 a { background-color: rgb(47,16,65); }

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

border-color css

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

 span { border-color: rgb(47,16,65); }

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