Html Css Color HEX #2F1646 Blackcurrant

📋 copy color: '#2F1646'

red 47 ◦ green 22 ◦ blue 70

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

Shades of Blackcurrant #2F1646

Tints of Blackcurrant #2F1646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.83%

 BLUE value IS 70 (27.73% from 255) = 50.36%

R = 33.81%
G = 15.83%
B = 50.36%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2F1646 (or 0x2F1646) is known color: Blackcurrant. HEX triplet: 2F, 16 and 46. RGB value is (47,22,70). Sum of RGB (Red+Green+Blue) = 47+22+70=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #2F1646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1646 is #D0E9B9. Grayscale: #222222. Windows color (decimal): -13691322 or 4593199. OLE color: 4593199.

HSL color Cylindrical-coordinate representation of color #2F1646: hue angle of 271.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F1646 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 22 70 -
CMYK 0.33 0.69 0 0.73
HSL 271.25º 0.52% 0.18% -
HSV(B) 271.25º 0.69% 0.27% -
XYZ 2.56 1.62 5.97 -
YUV 34.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 47 22 70 0.33 0.69 0 0.73 271.25 0.52 0.18
Hex 2F 16 46 21 45 0 49 10F 34 12
Octal 57 26 106 41 105 0 111 417 64 22
Binary 101111 10110 1000110 100001 1000101 0 1001001 100001111 110100 10010

Color Harmonies of #2F1646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1646

Black with #2F1646

Text Example


Text Example

White with #2F1646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,22,70); }

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

background-color css

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

 a { background-color: rgb(47,22,70); }

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

border-color css

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

 span { border-color: rgb(47,22,70); }

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